• Resolved safigan

    (@safigan)


    I’m using the Events Manager integration for MC4WP. It successfully imports the email address, first name, and last name from my Events Manager Booking Form into Mailchimp. I would like to import other fields such as address and phone number fields. I found where it should be possible in this support topic: https://www.ads-software.com/support/topic/events-manager-integration-4/

    So I created a new text field in my Mailchimp audience table called “testimport2”. I then created a new text field in my Events Manager Booking Forms Editor called “MC4WP-testimport2”. It still only imports the email address, first name, and last name, and not the new field I created. Is there something else I need to do?

    As an aside, is there any documentation on how to use Events Manager integration and its features? The only place I could find any information on it was to do a google search of the www.ads-software.com support forums. Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,

    Did you add the mc4wp- prefix to the field names in your WordPress?
    So the resulting field name should be mc4wp-MAILCHIMPFIELDNAME

    e.g. <input name=”mc4wp-MMERGE5″…>

    Hope that helps. If you have any questions, please let me know!

    Thread Starter safigan

    (@safigan)

    I need some clarification about what you mean by “field names in your WordPress” because I believe that’s what I described in my initial query. Because I’m using the Events Manager integration, all of my field names are located in Event’s Manager’s booking form editor located at WordPress > Dashboard > Events > Forms Editor in the “Booking Form – General Information” section. Here’s where all of the input fields that appear on my booking form appear, including field ids “user_name” and “user_email”. user_name correctly gets split into first and last name and populates the corresponding fields in Mailchimp, as does user_email. This section is where I added a field id “MC4WP-testimport2”. But this field data does not populate the corresponding field named “testimport2″ in Mailchimp.

    Just as a double-check, I looked at the source code of the generated form in my browser and found the input field. Here’s the HTML generated:

    <input type=”text” name=”MC4WP-testimport2″ id=”MC4WP-testimport2″ class=”input” value=””>

    Thread Starter safigan

    (@safigan)

    Follow-up: I notice you used MMERGE5 in your example. This is a merge tag, not a field name. Or rather, what I now notice mailchimp calls a field label. Maybe I should be trying to match on Mailchimp’s merge tag name, not Mailchimp’s field label? I’m going to give that a try.

    Thread Starter safigan

    (@safigan)

    Nope. The merge tag name doesn’t work either.

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @safigan,

    After you created the new field in MailChimp, did you go to the “MC4WP” menu in your WordPress admin and click on “Renew MailChimp Lists” button? If yes, then check if the new field is displayed when you click on the list name.

    Thread Starter safigan

    (@safigan)

    No I was not renewing the mailchimp lists, and that definitely was a problem. Unfortunately, renewing the mailchimp lists did not solve the problem, so there’s still a problem in addition to that.

    The field in Dashboard > MC4WP > Mailchimp > Merge Fields is now name=”test2″ tag=”MMERGE16″ type=”text”

    The field in Dashboard > Events > Forms Editor > Booking Form Fields is label=”Test Import 2″ field id=”mc4wp-test2″ type=”text” (I’ve also tried field id=”mc4wp-MMERGE16″ Which field id is correct?)

    The generated HTML is:
    <p class=”input-group input-text input-field-mc4wp-test2″>
    <label for=”mc4wp-test2″>Test Import 2</label>
    <input type=”text” name=”mc4wp-test2″ id=”mc4wp-test2″ class=”input” value=””></p>

    Neither specifying field id mc4wp-test2 nor mc4wp-MMERGE16 results in the data populating the field in mailchimp. Events Manager Integration is active and enabled.

    Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hey @safigan,

    Can you please reach out to us using the details at https://www.mc4wp.com/contact/ ? Also, please share a link to this post.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Events Manager forms: Populating multiple fields’ is closed to new replies.