Example
Open type in a new window
Code sample
<div class="form_row" data-status="success">
<label for="input_organisation">Organisation</label>
<div class="form_field">
<input type="text"
name="organisation"
id="input_organisation"
aria-describedby="input_organisation_help"
autocomplete="organization"
required>
</div>
<em class="form_field_status_text">
Thanks, nice name.
</em>
<em class="form_field_help_text" id="input_organisation_help">
This value will appear on your invoice
</em>
</div>
Notes
- The
.form_field_status_text element in this example is optional.
- Be sure to include any status text before any existing help text