Trip Dataset
Members Dataset (the built in one)
TourReservation Dataset
Participants Dataset
I have a dynamic page for the TripReseevation www.xxx.com/Trip-1
under this page the user should fill in the reservation form (with on field reference to Trip)
under this form section there is collapsed participants in the container where I need to add participants to this reservation. (also the submit here has have to references Trip and Reservation).
my problem is how to keep the reference in each submit session.
any examples out there?