Hello, I have a landing page which captures name, last, phone, zipcode, email and phone.
I then have a single product and add to cart after the person fills out that form.
My goal is to load those values into session(s) and when the user ADD TO CART, they will have those fields already filled out (the hika registration will grab the values from the session(s).
I was thinking I just need to locate the file that has the registration form, and in the Value put the session ID of the corresponding field.
Any suggestions or ideas on how I can get this working?