I have an “enquire here” button on my product pages (see: https://www.studiohaos .com/product/Armchair), which when clicked opens a form that slides over the right of the page. As a result, when writing an enquiry, some users assume that i know which product page they are on, even when I actually don’t. Is there a way to have the form convey in a hidden field the product page where the enquiry button has been clicked?
You are currently not using any code on these pages, This forum is dedicated to Corvid. For questions that are not related to code you can contact Wix Customer Care . You’ll get better help for your problem there.
Most likely, you will need to create your own form in the Lightbox instead of uisng the Wix Form. Then, after creating your own form…
Instead of linking the text to open the Lightbox , you can open the Lightbox in code, and pass the the product id to the Lightbox. See the openLightbox() API for details on passing information to a Lightbox. You can get then get the information passed to the Lightbox in the Lightbox’s onReady() using the onContext() function.
Again, if you want to do this without code, you should contact Wix Customer Care , and see if they can help.
Hello. Thank you for your answer. I’m perfectly happy to do this with code, only I don’t know how to code which is why I was coming here on this forum to look for guidance…