Skip to content

Instantly share code, notes, and snippets.

@natenault
Last active March 8, 2017 05:32
Show Gist options
  • Save natenault/2c2a387f47e4a11b9b94d58569445d94 to your computer and use it in GitHub Desktop.
Save natenault/2c2a387f47e4a11b9b94d58569445d94 to your computer and use it in GitHub Desktop.
<form action="index.html" method="post">
<label for="name">Name:</label>
<input type="text" id="name" name="user_name">
<label for="mail">Email:</label>
<input type="email" id="mail" name="user_email">
<label for="password">Password:</label>
<input type="password" id="password" name="user_password">
<label for="bio">Biography:</label>
<textarea id="bio" name="user_bio"></textarea>
<button type="submit" id="submit">Submit</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment