Skip to content

Instantly share code, notes, and snippets.

@zvineyard
Created March 11, 2012 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zvineyard/2018164 to your computer and use it in GitHub Desktop.
Save zvineyard/2018164 to your computer and use it in GitHub Desktop.
HTML: Basic Info Request Form
<form method="post" id="infoForm">
<input type="text" name="first_name" id="first_name" value="" placeholder="First Name" />
<input type="text" name="last_name" id="last_name" value="" placeholder="Last Name" />
<input type="text" name="email" id="email" value="" placeholder="Email" />
<button type="submit">Submit</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment