Skip to content

Instantly share code, notes, and snippets.

@timersys
Created September 15, 2015 18:32
Show Gist options
  • Select an option

  • Save timersys/18fcf2c5001ffccc9cad to your computer and use it in GitHub Desktop.

Select an option

Save timersys/18fcf2c5001ffccc9cad to your computer and use it in GitHub Desktop.
Sample code to use with custom code optin forms
<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