• koenigj

    (@koenigj)


    Hello,

    now there is another thing I want to achieve. I want to integrate Mailchimp with Multistep forms. I tried two plugins:

    1 MC4WP: Mailchimp for WordPress
    this plugin uses its own fields:
    [mc4wp_email], [mc4wp-FNAME], [mc4wp-LNAME] these fields are transferred to the next step.
    But the checkbox [mc4wp_checkbox] will not be transferred. The checkbox is in step 2 and the email will be send in step 3. So this does not work.
    Unfortunately I cannot move the mailchimp checkbox to the last step.

    2. Contact Form 7 Extension For Mailchimp
    With this extension, I can connect every form step with Mailchimp. I choose the data from only this step. So I cannot use the name and email from step 1 for the mailchimp checkbox in step 2.

    Is this transferring the fields from step to step better in the Pro version?

    Thank you
    Jürgen

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter koenigj

    (@koenigj)

    Hello from another plugin I found a solution to bring unmapped fields to the last step:

    Put this in the CF7 form editor:

    <input type="hidden" name="my-field" value="[multiform 'my-field-previous']" />
    <!–
    This for the PDF filler
    [text my-field]
    –>

    After that I can use [my-field] in emails and other extesnsion plugins. I will check now, if I can connect Mailchimp in this way

    • This reply was modified 4 years ago by koenigj.
    Plugin Author webheadcoder

    (@webheadllc)

    Hi,

    You can use the CF7 hidden input form tag and it will be populated with the value from the previous form.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Former steps from Mailchimp Integration’ is closed to new replies.