Hey guys,
Not sure if CF7 is able to do this, so I just thought I'd ask in a forum.
My client has two separate CF7 forms (test drive, and newsletter) which are each connected to a MailChimp list (via the CF7 Mailchimp extension).
The test drive form has a check box for the user to opt into the newsletter. Is there a way I can hook the two forms up together, so as to submit two CF7 forms at once?
The only way I can see so far is to create a plugin that listens for the 'wpcf7_before_send_mail' hook on the test drive form (or something else around that runtime), check if the checkbox is checked, and then programmatically submit the newsletter form.
Would that be the best way to go about this?