• Resolved thehopegroup

    (@thehopegroup)


    What code shall I add to [mc4wp_checkbox], so I can use it with Material Design for Contact7 Form? 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-mc4wp_checkbox]

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

    [/md-form]

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

    (@hchouhan)

    Hello,

    I would recommend using the “Custom” integration option on the “MC4WP > integrations” page. This generated HTML code that you can modify and then add to your CF7 form.

    Thread Starter thehopegroup

    (@thehopegroup)

    Found it

    • This reply was modified 4 years, 10 months ago by thehopegroup.
    Thread Starter thehopegroup

    (@thehopegroup)

    https://www.thehopegroup.com/engineered-systems/sub-assemblies/electrical/ Actually I still can’t pull it off. I just posted a link to the page. I want to hide a sign-up checkbox that adds new contacts to my main list and add them directly to the interest category. My code is below.

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

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello,

    Do you mean this is not adding the users to this specific interest group?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘MC4WP Material Design Code’ is closed to new replies.