Last active
January 2, 2019 15:18
-
-
Save danrovito/1abe3f8f357ec4eecc3878d876e39a69 to your computer and use it in GitHub Desktop.
This file contains 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://jumprock.co/mail/ALIAS" method="post"> | |
<input type="text" name="trapit" value="" style="display:none"> | |
<input type="text" name="email" placeholder="Email Address" /> | |
<input type="text" name="message" placeholder="message" /> | |
<input type="submit" value="Contact Us" /> | |
<input type="hidden" name="after" value="http://google.com"> | |
</form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment