• Resolved alexandros79

    (@alexandros79)


    Hi, I’m mapping CF7 fields to send to mailchimp as per plugin documentation

    [text* your-name mc4wp-FNAME autocomplete:name placeholder”Name”]

    However writing the code this way the “your-name” value works correctly for CF7 but is not sent to Mailchimp

    On the other hand:

    [text* mc4wp-FNAME your-name autocomplete:name placeholder”Name”]

    The “your-name” value is sent correctly to Mailchimp but does not work in CF7

    I’m doing some tests but I can’t find a solution

Viewing 1 replies (of 1 total)
  • Plugin Contributor Lap

    (@lapzor)

    Hi,

    You can only set 1 field name.
    You can’t name it mc4wp-FNAME for Mailchimp and at the same time also name it “your-name” for CF7.

    Eg

    [text* mc4wp-FNAME autocomplete:name placeholder”Name”]

    That is then the field name for CF7 and for Mailchimp at the same time.
    CF7 should still pick up the field, but it will be named mc4wp-FNAME instead of “your-name”

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

    Kind regards,

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.