Tagging a Wix Forms submission based on data from a dynamic page

Hello,

I have a Wix Forms module on a dynamic page. The dynamic page displays the image, title, description, location, and price of a vacation trip. The Wix Forms module on the page works as a type of “booking” form - it requests the user’s name, email, phone, anticipated dates of travel, and any additional notes the customer has.
When the user submits the form, I want the submission data to include data from the content of the dynamic page - i.e. the title of the dataset entry being displayed on the dynamic page. This way I can tell which trip the customer is interested in.

Is this possible?

Thanks!

Hello.

You can use getCurrentItem() method then insert details of the item to your database collection together with customer details.

Good luck!