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