Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello @ben1390,

    Please correct me if I’m wrong. In case you are looking for a method to submit form 1’s data to list 1 and form 2’s data to list 2, then yes it’s possible. After adding the Checkbox to the forms, you can add below code to each of the Contact7 Forms.

    <input type="hidden" name="_mc4wp_lists" value="123abc456def" />

    Make sure to change 123abc456def into the actual ID of the MailChimp list you want people to subscribe to. You can find the ID of your MailChimp lists by navigating to WP Admin > MailChimp for WP > MailChimp.

    Based on the ID you set, the form data would only be sent to that particular list.

    I hope this helps, if not, please feel free to mark this again as unresolved.

Viewing 1 replies (of 1 total)
  • The topic ‘CF7 Multiple Forms & Multiple Checkboxes’ is closed to new replies.