we would like to open a modal with a form when the user clicks the request-product-button. We want to send the configuration with the form.
How do we get the values into the form and how to open a modal on click?
Regards
Here is the documentation on how to listen to onRequestProduct
: https://docs.roomle.com/web/embedding/#listen-to-onrequestproduct
In the callback you get configurationId, image, partlist, price, labels and configuration. Depending on what you need you can then open your modal and pass them as values.