How to send selected record to another page?
Using DW CS6 MySQL. Win 7 with XAMPP testing server My Skiill Level: learning DW
I have a page that lists classes from the classdata table, using a repeat region. There is a radio button in front of each line to select. The user should click the radio button in front of the class they want, then click the SUBMIT button on the bottom. How to I get that SUBMIT button to open the Registration page and hand over the correct record? I have been trying using POST but am not sure how to pick up the data class list in the 2nd page. Do I send data using POST or GET or is there a way to ensure I have the correct record on the Registration page? Once they register, I will need that class data for the CC transaction. I have been reading but all the examples are for input data and I am not sure how to proceed.
Thanks in advance for any help.
-CL