Using with MailChimp
MailChimp has 3 tags
*|EMAIL|*
*|FNAME|*
*|LNAME|*
Here is how you should construct the outgoing URL in MailChimp
https://example.com/landing-page/?firstname=
*|FNAME|*
&lastname=*|LNAME|*
​&email=*|EMAIL|*
🌟 Key Points
- You can change the placement of
firstname
orlastname
oremail
anywhere in the URL. - MailChimp Official Documentation