Basic Usage – Subscribe-only Form
-
I want to make a subscribe-only form. Do I need to add a form action to my form to make it work at all?
Here’s my form – will it work as is, or do I need to add something like
<input type="hidden" name="_mc4wp_action" value="subscribe" />
?
<p> <input type="text" name="FNAME" placeholder="First Name" required> </p> <p> <input type="email" name="EMAIL" placeholder="email address" required> </p> <p> <input type="submit" value="Subscribe"> </p>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Basic Usage – Subscribe-only Form’ is closed to new replies.