Using with MailerLite
MailerLite has 3 tags
- {$email}
- {$name}
- {$last_name}
Here is how you should construct the outgoing URL in MailerLite
https://example.com/landing-page/?firstname=
{$name}
&lastname=​{$last_name}
&email={$email}
🌟 Key Points
- You can change the placement of
firstname
orlastname
oremail
anywhere in the URL. - MailerLite Official Documentation