• Hi. I need some help with coding my contact form using Material Design with MC4WP. I want to hide the subscribe field that adds my contacts to my main list and add them directly to the interest category. I am having a hard time pulling it all off. Would somebody please check what I am doing wrong? I would really appreciate any suggestions. So far my code looks like this:

    [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]

    • This topic was modified 5 years, 2 months ago by thehopegroup.

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

  • The topic ‘MC4WP Material Design Integration Question’ is closed to new replies.