Need help with moving information from one dataset to another

Hi there!

I have an idea on my website but am experiencing some difficulties in executing it. Would anyone be kind enough to help me with the code please?

Here is the idea description.

Main idea : To collect information of product bookings

On the website, i have created two datasets. One which is meant for site content and the other that is meant for form collection.

The dataset for site content will show product name and other pricing information of the selected product. Since it is a dynamic page, the information listed above will also change depending on what the customer has selected.

On the same page itself, there is also a form that users have to fill in so that we can identify them during product collection. A separate dataset has been created for this.

Currently, the datasets are isolated from each other. The first one works in changing the product page and the second one allows me to know which customers have booked the product and when they would like to collect it.

Problem with the site:

All information from the second dataset (blue) can be stored except the product name
from dataset1(red). I’d like to be able to collect both product information and customer information in the second dataset to know what they have booked and when they’d like to collect it.

Can anyone help me to fix the issue please! :slight_smile: