Form field HTML


/ Published in: HTML
Save to your folder(s)

HTML for form field


Copy this code and paste it in your HTML
  1. <form action="#" name="help-scout" class="form">
  2.  
  3. <!-- Make sure we use HTML5 attributes for better error handling -->
  4. <input type="email" name="email" placeholder="[email protected]" required="required"/>
  5.  
  6. <!-- Our glyphicon that indicates a valid form field -->
  7. <span class="glyphicon glyphicon-ok"></span>
  8.  
  9. </form>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.