Hope I might get a hint on how to solve my issue.
I need to send out mass emails with a URL embedded in a button, that leads to a web-form. The form needs to be prefilled using the values from the URL, hence, each user will have a unique URL. I was planning to provide values for the URL using the dynamic placeholders, but it did not work.
After reading several posts online, I figured that I need to be using URL with the following structure:
domain.com/update-contact-details/update-contact-details/?name=${object.name}
However, when I send a test email to myself and click the button in the email, this is the URL that opens up:
domain.com/update-contact-details/update-contact-details?utm_source=Test+Email+5++%28Mass+Mailing+created+on+2024-08-07%29&utm_medium=Email&name=%24%7Bobject.name%7D
May pls someone suggest how should I do it?
Thanks!
Antonm is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.