Hi,
I know this looks like it has been answered 1000 times but I have a slightly different problem.
I am dealing with forms in order to populate a database.
2 windows :
-Main window with my main form and the code to save the info into the database.
There I also have a link to open a secondary window.
-Secondary window: checkbox (multiple choice) for the user to choose from.
Obviously what I want is to capture the info from the checkbox of the secondary window send it to a variable within my main window and then use that variable to send to my database.
the tricky part is that my main window is already open. I also don't want to show the user choices again in any field, I just wants to be able to get the info into a variable...
I have been search around for a few days found some solutions but not exactly what I need.
By the way, it seems that the solution will probably involved some javascript but it is still mainly for php use.
Thanks for your help
Gabriel