How to post URL parameters on MailChimp using &FIELDNAME=field-data

Hi, I’m not a developer and I’d like your help on the POST/GET url thing.

I have a form with 5 fields:

Name
Email
City
Country
Website

I need to break it in to two parts and collect the first 2 fields on Webflow:

Name
Email

then the user clicks on a button and goes to a form on MailChimp to complete the other 3 fields:

Name (pre-filled)
Email (pre-filled)
City
Country
Website

MailChimp can pre-fill signup forms if you add the data in the URL like this: [Mailchimp form URL]&FIELDNAME=field-data

But I can’t figure out how to redirect the user who completed the first 2 fields of the Webflow form, to the Mailchimp form and have these two fields pre-filled from Webflow form data.

Thank you very much :slight_smile:

This topic was automatically closed after 60 days. New replies are no longer allowed.