Hello @revjrblack
How do you wish to insert the checkboxes values in the database?
One record holds the values in one field like: 1,2,3,4 OR new record for each checkbox?
I’ve tried your recommendation and I must be doing something wrong. I have included the images (screen shots) of each of the areas that now have the changes as recommended.
I just recreated this locally - and it inserts the data as it should.
Can you please double chekcyou saved your server action, after inserting the proper: join code? Your quotes in the join code do not look fine to me. It must be: .join(",", "") - please copy it from here.
I got it to work, but only after looking at the json file in the DMXConnet/api folder. I found the field types were set to ‘number’ – I guess due to the input being assign to checkbox?? However, after I manually changed all of the to text, and then deleted the server-side file, then uploading the changes, it worked just as you said it should.