Last active
December 12, 2015 12:46
-
-
Save psaitu/eee3d8c0615389c7e1fa to your computer and use it in GitHub Desktop.
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 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