What I want is to show in Mailchimp that this contact came from Form 1 or Form 2, I was planning to use the tags (not the form field tags, the properties tag).
See MailChimp screenshot
Has anyone managed to come up with a solution? I have a mailing list of 2500+ users with various tags, and it’s becoming increasingly impossible to manually add the right tag to each new subscriber.
Working with a team mate I was able to set the tag field for new subscribers. I am still working on how to update existing subscribers.
Used an embed html field in the form and set the type to hidden, then passed along any data I wanted to. Just be sure to have the name set to the same field within mailchimp.
I did the same, but it is not a tag, right? We need to create a |MERGE| or something to convert to a tag. I didn’t go far on this idea, but yeah, I’m doing that.
Community I am having the same requirement and didn’t understand even how to workaround with a hidden field, could someone give more context ? Thank you a lot!
If anyone is still looking for a solution, managed to get it working.
Use the Embedded Form option on MailChimp and select the tag(s) you want. Go to the embedded form code and copy the line:
On Webflow, within the form block, add an embed component before the Submit Button. Edit the component’s HTML code and paste the line you copied from MailChimp
For anyone still struggling with this, the tag option isn’t added to the form POST action URL; you need to find this code and add it to the embed block (the code will change depending on tag so this is just an example of how it looks):