Skip to content

Instantly share code, notes, and snippets.

@zeroeth
Created May 27, 2011 15:09
Show Gist options
  • Select an option

  • Save zeroeth/995441 to your computer and use it in GitHub Desktop.

Select an option

Save zeroeth/995441 to your computer and use it in GitHub Desktop.
form.html
<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