Created
February 18, 2014 20:57
-
-
Save jkamenik/9079927 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="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