Support » Plugin: MC4WP: Mailchimp for WordPress » Interest Groups

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Danny van Kooten

    (@dvankooten)

    Hi,

    There is but it will require some custom “coding”. You can generate the required HTML using the Add MailChimp field select dropdown on the MailChimp for WP > Forms page.

    You then have to prefix the name of this field with mc4wp- to tell the plugin to send this value to MailChimp.

    Example

    <input type="checkbox" name="mc4wp-GROUPINGS[4269][]" value="Group 1"><span>Group 1 </span>

    Hope that helps!

    Thread Starter ebud

    (@ebud)

    Thanks Danny,

    I understand what the field and naming conversion should be, but I am unclear how to get that into my contact 7 form.

    When I try to set the name parameter the square brackets get stripped out or corrupting the field.
    [checkbox mc4wp-GROUPINGS[4269][1] “1”]

    Maybe a little jQuery magic post rendering? Or can you expand on the custom coding?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Interest Groups’ is closed to new replies.