Skip to content

Instantly share code, notes, and snippets.

@giovanisci
Created August 27, 2020 16:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save giovanisci/d8b2644a0a2bd2c20952bbbaf4499d3b to your computer and use it in GitHub Desktop.
Save giovanisci/d8b2644a0a2bd2c20952bbbaf4499d3b to your computer and use it in GitHub Desktop.
Fast and Lightweight ActiveCampaign Form
<form action="AC ACTION URL GOES HERE" method="POST" id="_form_1_">
<input type="hidden" name="u" value="1" />
<input type="hidden" name="f" value="1" />
<input type="hidden" name="s" />
<input type="hidden" name="c" value="0" />
<input type="hidden" name="m" value="0" />
<input type="hidden" name="act" value="sub" />
<input type="hidden" name="v" value="2" />
<input name="email" type="email" placeholder="Enter your email address" required />
<button type="submit" id="_form_1_submit">Subscribe</button>
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment