Hi all,
I could use some help with generating a Unique ID variable from each Form Submission and referencing that ID in a tracking code that is placed in the Header of my thank you page that each form submission is sent to. I have a basic understanding of JS and Velo.
Tracking code:
External Media
The “SF314” string is meant to be a unique variable.
I know there is a variable called “_ID” or something similar in the Form database which is assigned to each Form Submission. I also know that there is probably a way to generate that variable on the thank you page by using Wix Database functions on the Form Submission page and then pulling that information to the Thank You page?
My two questions would be:
-
How would I store and generate that unique variable on the Thank You page (I really have tried using the Wix Database guide but I’m not quite grasping it).
-
How do I reference that unique ID in the HTML tracking code? Is there a way to just reference the Database “_ID” variable attached to each form submission in the tracking code without generating it on the Thank You page?
Thank you in advance!