Last active
June 21, 2024 11:55
-
-
Save townivan/29eb25341d171775f380577ecac3a841 to your computer and use it in GitHub Desktop.
fmo-input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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">⊗</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