• Resolved enomen

    (@enomen)


    Hi,
    Is it possible to make signing up to the mailchimp list a required field when integrating with Contact Form 7?

    I would like to make it so it’s only possible to submit the form if the checkbox is ticked.

    Thanks in advance

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    I recommend using the “custom integration method” and add the HTML code for the checkbox to the form so that you can add required to that checkbox in the HTML

    https://kb.mc4wp.com/add-sign-checkbox-custom-form/

    <input type=”checkbox” name=”mc4wp-subscribe” value=”1″ required />

    Note that you then need to select the list for the integration under MailChimp for WP > Integrations > Custom (instead of Contact form 7).

    Hope that helps. If you have any questions, please let me know!

Viewing 1 replies (of 1 total)
  • The topic ‘Contact Form integration sign-up required’ is closed to new replies.