Skip to content

Instantly share code, notes, and snippets.

@jkamenik
Created February 18, 2014 20:57
Show Gist options
  • Save jkamenik/9079927 to your computer and use it in GitHub Desktop.
Save jkamenik/9079927 to your computer and use it in GitHub Desktop.
<form action="floodsmart.com/some/special/page" method="POST">
<!-- setup some redirects -->
<input type="hidden" name="error_redirect" value="http://waterfall/agent/1/unknown_error.html">
<input type="hidden" name="success_redirect" value="http://waterfall/agent/1/thankyou.html">
<!-- note the agents site -->
<input type="hidden" name="agent_id" value="something_unique">
<!-- actual form inputs go here -->
<input type=submit>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment