Skip to content

Instantly share code, notes, and snippets.

@greenhornet79
Created September 23, 2015 13:41
Show Gist options
  • Save greenhornet79/5c87fe44acd876538485 to your computer and use it in GitHub Desktop.
Save greenhornet79/5c87fe44acd876538485 to your computer and use it in GitHub Desktop.
A basic email subscribe from
<form method="post" action="">
<input id="first-name" type="text" name="emma_first_name" placeholder="First Name">
<input id="last-name" type="text" name="emma_last_name" placeholder="Last Name">
<input id="email-address" type="text" name="emma_email" placeholder="Email Address">
<input id="submit" type="submit" value="Submit">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment