This is probably nothing for you actual programmers but for me … I’m struggling LOL. So what I’m trying to do is save true boolean properties to new table. What I mean by that is this …
- Select an option in a dropdown box that will be saved in a table that will be associated with checkbox options. This part works … kinda.
- Selected checkboxes gets saved with option from dropdown box. I can’t get the selected checkbox to save. I have been able to get the “first” to save with the dropdown option name but that’s it.
Attaching screenshots. The first one works because it’s just pulling the first but I can’t figure out how to get “selected” boxes and then saving multiple “selections” to another table. Hopefully I’m making sense.