Hi,
I'm trying to store form field values to session storage and access them on the thank you page, when form is submitted.
I tried the attached code in Data Elements. But it's not working as expected. Meaning the values do not appear to be in session storage when i check on thank you page.
Any suggestions on how best to do it?
Solved! Go to Solution.
Views
Replies
Total Likes
Data elements are meant for reading/returning values, so you shouldn't be manipulating your session storage values in a data element. Manipulation should be done in Rule actions instead.
Views
Replies
Total Likes
Data elements are meant for reading/returning values, so you shouldn't be manipulating your session storage values in a data element. Manipulation should be done in Rule actions instead.
Views
Replies
Total Likes
Thank you for the response.
I figured it out after posting this question.
It works when followed the suggested steps.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies