Guidance
When we ask users to provide their Outdoors card number, we tell them where to find it and how long it is.
Outdoors card
Your Outdoors card number is 9 digits long and on the front of your card.
HTML
<label for="outdoors-card">Outdoors card</label>
<div class="gnb-form-helper-text">
Your Outdoors card number is 9 digits long and on the front of your card.
</div>
<input type="text" inputmode="numeric" name="outdoors-card" id="outdoors-card" class="gnb-field-md" />