Unsubscribe Form not working
-
I tried to create an unsubscribe form but it keeps asking me to fill in the required fields. Yet I have filled in the email address.
My code is below:
<input type=”email” name=”EMAIL” placeholder=”Your email address” required />
<input type=”hidden” name=”_mc4wp_action” value=”unsubscribe” />
<p>
<input type=”submit” value=”subscribe”>
</p>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Unsubscribe Form not working’ is closed to new replies.