Setting Contact Form 7 to single Opt In
-
Hey there
I would like to make my Contact Form 7 form not send the “confirm subscription” email that Mailchimp sends out.
Is this still the recommended solution;
https://www.ads-software.com/support/topic/make-checkbox-single-optin/add_filter( 'yikes-mailchimp-checkbox-integration-body', 'set_integrations_to_single_optin', 10, 2 ); function set_integrations_to_single_optin( $request_body, $integration_type ) { $request_body['status_if_new'] = 'subscribed'; $request_body['status'] = 'subscribed'; return $request_body; }
There is nothing on your website knowledgebase about it… perhaps you can add it to this page (which was helpful, thank you!)
https://yikesplugins.com/support/knowledge-base/contact-form-7-populate-the-merge-variable-data-with-additional-information-about-the-user/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Setting Contact Form 7 to single Opt In’ is closed to new replies.