I have a multistep form which then directs the user to book an appointment with Wix Booking. I want to have the Wix Booking Form (email, name , phone number) be automatically filled out by information entered in the previous form. I can’t select the ID of the form because Wix Booking is an iframe.
I think Wix Booking prefills the form the values in “dynamicFormData” under session storage under bookings.wixapps. net. I can only save and retrieve from session under my website domain.
-
Is there a way I can access session storage of bookings.wixapps. net from my Wix code?
-
Is there a way I can retrieve and set the dynamicFormData object?