View HTML markup
<form method="POST" novalidate action="?/">
<div>
<label for="email" id="email">Email address
</label>
<span id="email-hint">
Use the format username+alias@example.org
</span>
<input dir="auto" value="" autocapitalize="off" autocorrect="off" spellcheck="false" id="email" type="email" autocomplete="email">
</div>
<button type="button">
Submit
</button>
</form>