Skip to content

Instantly share code, notes, and snippets.

@psaitu
Last active December 12, 2015 12:46
Show Gist options
  • Select an option

  • Save psaitu/eee3d8c0615389c7e1fa to your computer and use it in GitHub Desktop.

Select an option

Save psaitu/eee3d8c0615389c7e1fa to your computer and use it in GitHub Desktop.
<form action="http://localhost:3000/submit/your@email.com"
method="POST">
<input type="text", placeholder="Name", name="user[name]">
<input type="text", placeholder="Email", name="user[email]">
<input type="text", placeholder="Mobile", name="user[mobile]">
<input type="textarea", placeholder="Message", name="user[message]">
<select name="queryType">
<option value="A">A</option>
<option value="B">B</option>
<option value="C">C</option>
<option value="D">D</option>
</select>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment