Created
September 23, 2015 13:41
-
-
Save greenhornet79/5c87fe44acd876538485 to your computer and use it in GitHub Desktop.
A basic email subscribe from
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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