Last active
June 3, 2019 09:22
-
-
Save stephenson/9eb5a2f0295c73f51e146ec822d9fc69 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="https://www.submithook.com/" method="post"> | |
<input type="hidden" name="webhook" value="https://replace-this-webhook-url.com/"> | |
<input type="hidden" name="redirect" value="https://replace-this-redirect-url.com/"> | |
<input name="name" type="text"> | |
<input name="email" type="email"> | |
<button>Test Submit Hook</button> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment