I am making a landing page where I have the user entering their addresses (that the cta) (also, I should also add I need the address input to automatically start typing in address, which I have set) then I have a lightbox pop-up with a conversational form to collect rest of info… my problem is it is separating the data, I tried making just a Data collection and having separate lightboxes pop up with inputs but it is still making separate data input as I can only select the ‘submit’ option when trying to add a button to go to next page.
Wix automatically creates separate data entries when you submit forms across different lightboxes, but you can fix this by storing the data in session storage before submitting. Instead of submitting after each lightbox, save the user’s input using session.setItem("key", value)
, then retrieve it in the final lightbox using session.getItem("key")
. This way, all data stays connected, and you can submit everything at once at the end. Let me know if you need help setting it up.
Hi, Thank you so much!
Yes, I will need help setting up. I just tried several different ways to do this, and they are not working. So any help would be great
Sure would you like to connect on a meeting ?
Yes, that would be great. I am available today before 2 p.m. CST or tomorrow after 10 a.m. CST.
sure you can connect with me on fiza.astrosia@gmail.com