Hey there
I am trying to add multiple items from a check box to a database array. The intention is that the user can pick and choose their preferences and all of these will be saved in the same array (ideally this will be very scalable as I intend to add at least a hundred checkboxes).
I have noticed two different posts which sort of seem like they may be in the right direction: https://getsatisfaction.com/tiggzi/to... and https://getsatisfaction.com/tiggzi/to... however they only seem to be working for when items are added to the array one at a time and not at the same time.
Any help that you can provide will be much appreciated!
Also, FYI I am fairly new to javascript and tiggzi so please err on the side of more detail vs less if possible. Thank you in advance!