Created
September 15, 2015 18:32
-
-
Save timersys/18fcf2c5001ffccc9cad to your computer and use it in GitHub Desktop.
Sample code to use with custom code optin forms
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 method="post" action="" enctype="multipart/form-data" class="spu-fields-container"> | |
| <input type="hidden" name="aid" value="2122"> | |
| <input type="hidden" name="required" value="lemail,lfname"> | |
| <input type="hidden" name="filledfrm" value="mysite.htm"> | |
| <input class="spu-fields spu-name" name="lfname" size="15" type="text" placeholder="Full Name" /> | |
| <input class="spu-fields spu-name" name="lemail" size="15" type="text" placeholder="Email" | |
| <input name="submit" type="submit" value="Subscribe" class="spu-fields spu-submit"> | |
| </form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment