• Resolved thehopegroup

    (@thehopegroup)


    Would somebody please help me with HTML code for material design. I want to hide a sign-up checkbox that adds the new contacts to my main list and add them directly to the interest category. My code is below and the link to the page is above.

    [md-form]

    [md-text label=”What do you need help with? (required)”]
    [dynamictext* interested “CF7_GET key=’product’”]
    [/md-text]

    [md-text label=” For (purpose, product, machine, vehicle, or service)”]
    [text* for]
    [/md-text]

    [md-text label=”First name”]
    [text* first-name]
    [/md-text]

    [md-text label=”Last name (required)”]
    [text* last-name]
    [/md-text]

    [md-text label=”Your email”]
    [email* your-email akismet:author_email]
    [/md-text]

    [md-input type=”hidden” name=”mc4wp-subscribe” value=”1″ /]
    [/md-text]

    [md-input name=”mc4wp-INTERESTS[6fa335cccf][]” type=”checkbox” value=”034a5784f3″ /> OK to email<br />
    [/md-text]

    [md-submit]
    [submit “Send”]
    [/md-submit]

    [/md-form]

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author GusRuss89

    (@gusruss89)

    Hi @thehopegroup

    You can use this code to add a mailchimp subscribe form. Note you can also find this in the help tab (top right of the contact form edit screen).

    [md-accept label="Mailchimp" terms="Subscribe me to emails"]
    <span class="wpcf7-form-control-wrap"><input type="checkbox" name="mc4wp-subscribe" value="1" /></span>
    [/md-accept]

    Thanks,
    Angus

    Thread Starter thehopegroup

    (@thehopegroup)

    I see the field on my form now, but the data is not transported to MailChimp. I tested multiple times and the integration with MailChimp does not work.

    Plugin Author GusRuss89

    (@gusruss89)

    Have you got your mailchimp plugin’s settings configured properly?

    Try copy-pasting the checkbox that Mailchimp provides directly into your form, (without adding any md-tags) and see if that works. If not then you need to configure mailchimp properly. If it does work, post the mailchimp checkbox code here and I’ll take a look.

    Thanks,
    Angus

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Material Design and MC4WP Integration Question’ is closed to new replies.