/ Published in: HTML
HTML for form field
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<form action="#" name="help-scout" class="form"> <!-- Make sure we use HTML5 attributes for better error handling --> <input type="email" name="email" placeholder="[email protected]" required="required"/> <!-- Our glyphicon that indicates a valid form field --> </form>