• Resolved racket8912

    (@racket8912)


    Hi, I have Mailchimp integrated with my Elementor form. I also have the email action after submit as well as MailChimp attached to this form.

    My question is how do I send some of the Meta Data that is available in the Email actions options but not in the MailChimp options?

    I need to send the current URL to my Mailchimp account so I can filter the new people that submit my form.

    How can I enable this or is it impossible?

    • This topic was modified 5 years, 6 months ago by racket8912.
Viewing 1 replies (of 1 total)
  • Thread Starter racket8912

    (@racket8912)

    Nevermind, I figured it out.

    For anyone else that wants to do something similar.

    Attach a request parameter to your form and MAKE SURE to have it as the default content of the “Hidden” type. Make sure its a GET request as well. This way I can pass information from my link page to my form page using the URL. Then on the button or link page that holds the link to your form add a “?” at the end and then the request parameter name you created on your form, then “=” and then the value you want to send to the form and eventually to MailChimp.

    So if I need to pass the sport that is set on the button thats on my link page to my form page the URL will look like this:

    mywebsite.com/myform/?sport=football

    Now my form will send a message of Football to my Mail Chimp list

    • This reply was modified 5 years, 6 months ago by racket8912.
Viewing 1 replies (of 1 total)
  • The topic ‘Elementor and MailChimp?’ is closed to new replies.