Hello,
I have two forms on my website. The 1st form allows the user to register and the 2nd form allows the user to create new listings and publish them to the website.
I am now trying to find a way to store values in hidden fields throughout the website after submitting the registration form.
For example, I want to save/forward the Entry ID of the registration form entry (1st form) and various other values such as first name and surname from the registration form.
So that I can enter these values in the 2nd form automatically and the user no longer has to enter them.
What is the best way to do this?
My idea would have been to store the values to be saved in hidden fields, cookies or local browser storage.
Thanks for help,
Michael