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

    (@dvankooten)

    Hi there,

    You can use the following piece of HTML.

    <input type="hidden" name="_mc4wp_subscribe" value="1" />

    The plugin will automatically extract the email and name fields, provided your MailChimp list has FNAME and LNAME fields. If you’re using different merge tags then you should prefix the CF7 fields with mc4wp-. Take a look at the frequently asked questions for more information regarding this topic.

    Hope that helps, good luck!

    Thread Starter leeqin1022

    (@leeqin1022)

    Hi danny,

    Sorry for my stupidity,

    here is my code on contact form 7:
    <p>Your Name (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>Your Phone Number (required)
    [tel* Telephone /12] </p>

    <p>Package Interested ( You may select more than 1) (required)
    [checkbox* PackageofInterest use_label_element “Newborn(less than 1 month)” “Baby” “Pregnancy” “Children” “Family ” “Portrait”] </p>

    <p>Type of Package
    [checkbox Type “Basic ” “Premium”]</p>

    <p>What is your preferred date of shooting ? ( You may still be able to reschedule it) (required)
    [date YourPreferreddate]

    <p>How old is your baby now? (if applicable)
    [text babyage] </p>

    <p>Additional Remark
    [textarea your-message] </p>

    <p>[submit “Send”]</p>

    What should I do to import to mailchimp for name and email?

    Thread Starter leeqin1022

    (@leeqin1022)

    HI Danny,

    What should I put in on value=”? “

    <input type=”hidden” name=”_mc4wp_subscribe” value=”1″ />

    Thread Starter leeqin1022

    (@leeqin1022)

    I have added

    <input type=”hidden” name=”_mc4wp_subscribe” value=”1″ />

    to the CF7 but did not work…

    Anyone can help ?

    Plugin Author Danny van Kooten

    (@dvankooten)

    Hi there,

    That should actually just work.

    Does the selected list in MailChimp for WP > Checkboxes have any other required fields besides EMAIL?

    Thread Starter leeqin1022

    (@leeqin1022)

    Hi Danny,

    Yes, there is a few “required fields” on the form
    http://www.babyphotographymalaysia.com/get-your-free-quote/

    What I wish to import NAME and EMAIL to mailchimp.

    what you mean by MailChimp for WP > Checkboxes?

    Thread Starter leeqin1022

    (@leeqin1022)

    Hi Danny,

    I think I got it.

    I have revise the the setting on MailChimp for WP > Checkboxes…

    will keep posted if it does not work

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘integrate with contact form 7 without checkbox’ is closed to new replies.