Fast and Lightweight ActiveCampaign Form
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="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