Hi Nigel,
I’ve been trying to accomplish something very similar to what @aa3785 has done, but I can’t seem to replicate his success.
What I’m struggling with is reading the the unique string that is contained in the URL, and using that string to dynamically add text to a page.
In my example, I want my users to be able to send surveys out to many people. Each user will have their own unique survey link, which will be created using their User ID. An example would be:
mysite.com/form/1547580194155x116136670333941490
When the recipient of the survey clicks on the link and lands on the survey page, I’m hoping to use the User ID contained in the URL to fill in who the survey is for. It will read something like:
“Survey For: Ted Barbeau”
Any help would be greatly appreciated as this has been a sticking point for me.
Ted