Skip to content

Instantly share code, notes, and snippets.

@townivan
Last active June 21, 2024 11:55
Show Gist options
  • Save townivan/29eb25341d171775f380577ecac3a841 to your computer and use it in GitHub Desktop.
Save townivan/29eb25341d171775f380577ecac3a841 to your computer and use it in GitHub Desktop.
fmo-input
<div>
<label for="firstname" class="fmo-reset-control-label">
FirstName
</label>
<div>
<input type="text" id="firstname" name="FirstName" spellcheck="false" required />
<p class="fmo-reset-validation-message" role="alert">
<span aria-hidden="true">&otimes;</span>
FirstName is required.
</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment