Insert tags into forms for Mailchimp tagging
-
Hey chimps,
Here’s a tough nut to crack for you.
I have a WordPress blog that’s split into 100s of categories, say baseball, football, basketball, and 999 other sports for instance.
At the bottom of each article about baseball, I display a form offering a free eBook about baseball (“10 little-known tricks in baseball”). I use “Easy Forms for MailChimp” for this form, and can code in PHP. My goal is 1) for the form submission to trigger an email with the link of the relevant eBook to the contact and 2) for my growing list to keep the information that “this contact is interested in baseball”. Simple stuff. But I struggle to find the leanest way possible to implement this.
– Solution A would be to create 100s of different forms on my plugin (one for each sport), display the relevant form at the end of each article about a given sport, and in the Mailchimp backend, link each of these 100s of forms to hundreds of lists (or list segments). Each list or list segment would have its own email campaign.
– Solution B would use just one form, along with the newly-available “tag” feature to tag each new subscriber according the page they subscribe from. So they are tagged “Baseball” if they came from a baseball article. Then the sending of an email would be triggered, only to new subscribers that are ALSO tagged “baseball”. On my list, they would be tagged baseball, that way I know where they came from. Lean, clean, peaceful.
Problem is, I don’t know how to do B.
– I don’t know how to dynamically assign a given tag to a new subscriber using the form plugins that I have at hand
– I don’t know how to send a specific campaign ONLY to new subscribers with a specificSoo… I am at loss! Would greatly appreciate any help or thinking!
- The topic ‘Insert tags into forms for Mailchimp tagging’ is closed to new replies.