Hello
Can someone give me some help on the following issue I'm having?
On a page, witch is dynamically build with PHP and MySQL, I've a table with some records. See screencap:
When a user clicks on the button 'Inschrijven' a modal form is launced where a user can fill in some fields. See screencap:
But here's my problem:
When a user selects a certain row in the table by clicking the button 'Inschrijven', another DB-field (klascode - hidden) needs to be added as parameter to the modal form launch (i.e. the value needs to be known on the modal form) so I can use the value of that code for further purposes.
Can someone tell me how this can be done?