Hi all,
I'm trying to make a reservation's form with a table.
My rows are fill using a database.
In my table, I created a checkbox.
If my checkbox is checked, that means the person is present. By default, all checkbox is not checked.
As soon as a user come, I check the box.
I want to save this information in my database at this same moment.
My idea was to execute a javascript function.
When the user check a box (check or uncheck), he run the javascript to save the form then, in the processus, it execute a workflow to update the database then back to the form.
This could be working but this way is too slow.
Is it possible to directly update the database from the Form?
Thanks in advance.
Regards