I want to add lead token in the thankyou page url and thank you page is created in the wordpress but when I tried to add and save it, it is not letting me do it. It says I can only add my. token with the url.
Any suggestions how I can do this?
The final lead in the database is not fully resolved at the point the Thank You page is selected.
It would not be possible to reference fields present on an existing lead due to be merged with the posted data. Hence the capability as a whole is not offered.
You can use the fields from the form post itself to select the Thank You URL, of course.
Thanks Sanford Whiteman! Got it done by adding custom javascript code finally.
Not for fields that weren't in the form post itself, presumably.
Yeah! We collected the information through form fields and same details was required to populate in the thank you page url. (just because agency needed it)
Hi Sant,
I just came across this post researching exactly the same use case. Could you tell me a little bit more about the JS you required to make it work?
Thanks!
Kind regards,
Katja
Are you trying to use a field that was submitted on the form?
A hidden field on the form, yes (copy of the lead id field actually).
You can use a standard pattern which I'll add to the Products Blog this wknd.
You're a gem.