• I have setup a two-step form. First step is name and email and I want that part to subscribe them to mailchimp, and the second part is only if they want to add their phone number and comments to receive a quote.

    How can I get the first step to send to mailchimp using “Contact Form 7 MailChimp Extension”?

Viewing 1 replies (of 1 total)
  • Plugin Author webheadcoder

    (@webheadllc)

    If you use the MailChimp Extension plugin to the first step of the form, does it not work? I haven’t tried the MailChimp Extension plugin. You can try adding the below filter to your functions.php file. This would essential make the form submit very similarly to a form without multi step.

    add_filter( ‘wpcf7_skip_mail’, ‘__return_false’, 11 );

Viewing 1 replies (of 1 total)
  • The topic ‘SEnd to Mailchimp on step 1 of 2’ is closed to new replies.