Created
May 27, 2011 15:09
-
-
Save zeroeth/995441 to your computer and use it in GitHub Desktop.
form.html
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://spreebird.com/publisher_subscribe" method="post" name="ContactForm" onsubmit="return ValidateContactForm();"> | |
| <input name="campaign" type="hidden" value="test" /> | |
| <input name="medium" type="hidden" value="test" /> | |
| <input type="hidden" name="url" value="http://www.paulsonmanagementgroup.com" /> | |
| <input name="email" type="text" value="email" /> | |
| <select name="geography"> | |
| <option value="Denver">Denver</option> | |
| <option value="Philadelphia">Philadelphia</option> | |
| <option value="Orange County">Orange County</option> | |
| </select> | |
| <input name="Submit" type="submit" /> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment