• Hi,

    Is it possible to connect checkboxes on a CF7 form to groups created under the mailchimp list?

    I see the following code in the FAQs, but it would be great if it could be added to CF7 instead of using the field wizard. If that’s not possible, can you please clarify what needs to be added instead of “GROUPINGS[####][]” in the following implementation.

    The group I have is called “Interest Groups” and the group names under that are “SEO”, “Social Media”, etc. Do I need to change “Groupings” to “Interest Groups”?

    <label><input type=”checkbox” name=”GROUPINGS[###][]” value=”Group 1″ /> Group 1</label>
    <label><input type=”checkbox” name=”GROUPINGS[###][]” value=”Group 2″ /> Group 2</label>

    Thanks and looking forward to your reply.

    https://www.ads-software.com/plugins/mailchimp-for-wp/

Viewing 1 replies (of 1 total)
  • biotess

    (@biotess)

    Hi! You need to change the “###” to the name of your Group, like:

    <label><input type="checkbox" name="GROUPINGS[Interest Groups]" value="SEO" /> SEO</label>
    <label><input type="checkbox" name="GROUPINGS[Interest Groups]" value="Social Media" />Social Media</label>

    Glad to help! ??

Viewing 1 replies (of 1 total)
  • The topic ‘adding groups as checkboxes to contact form’ is closed to new replies.