This is my first time using a checkbox field. I checked the manual and forum but I couldnt find anything that showed how to do what I need.
I have a form with a checkbox field and 4 other dropdown fields. When the submit button is clicked I would like it to save to the database table with each checked item getting its own row in the DB with the ID of the item in the checkbox and the values of the 4 dropdowns. When I tried it, I got only one entry and checkbox field had all the ids of the checked items.
Thoughts on how to get each item to write to its own row?
I have a form with a checkbox field and 4 other dropdown fields. When the submit button is clicked I would like it to save to the database table with each checked item getting its own row in the DB with the ID of the item in the checkbox and the values of the 4 dropdowns. When I tried it, I got only one entry and checkbox field had all the ids of the checked items.
Thoughts on how to get each item to write to its own row?