Skip to content

Instantly share code, notes, and snippets.

@andi1984
Forked from anonymous/form-attr.html
Created October 10, 2012 13:47
Show Gist options
  • Save andi1984/3865750 to your computer and use it in GitHub Desktop.
Save andi1984/3865750 to your computer and use it in GitHub Desktop.
html: Form External Scope
<p>
<input type="email" form="mein_formular" />
</p>
<form id="mein_formular">
<button>Senden</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment