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