I cannot find how to get the cf_uid loaded using the token request param. Where do I put the ff21195... (the actually one from the database) so that it will get loaded into the command line when the page gets loaded. The problem that I have is step #11. How do I put "the token parm in the link", where? how?
I do not know the step that i missed, Please help.
Thanks in advance.
Bob
I do not know the step that i missed, Please help.
Thanks in advance.
Bob
Hi Bob,
You should pass this in your form url, manually OR by generating the link itself, I mean, you can access your form at:
domain.com/contact
that link will not load the record, but you have to change it to
domain.com/contact?token=xyz
you can ask your user to add the "?token=xyz" chunk by hand (this is not practical of course) or generate a list of links with that already added for your users.
Regards,
Max
You should pass this in your form url, manually OR by generating the link itself, I mean, you can access your form at:
domain.com/contact
that link will not load the record, but you have to change it to
domain.com/contact?token=xyz
you can ask your user to add the "?token=xyz" chunk by hand (this is not practical of course) or generate a list of links with that already added for your users.
Regards,
Max
This topic is locked and no more replies can be posted.