• Resolved wpdevcity

    (@wpdevcity)


    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)
  • Plugin Contributor Lap

    (@lapzor)

    Do you have an address type field in that list (street, zip code, sate…)?
    If so, would it be possible to replace it with normal text fields for the address?

    Or else, check in MailChimp.com under the list settings – fields if any other field is marked as required.

    Hope that helps!

    Kind regards,

Viewing 1 replies (of 1 total)

The topic ‘Unsubscribe Form not working’ is closed to new replies.