Hello I have a form that allows the user to check as many options as they like and then hit submit. Is there any way to have the input type \'checkbox\' submit more than one
I found a way to do this without JavaScript or Libraries using a hidden form-field instead:
Now, if the checkbox is not selected, the hidden value is sent, if it is selected, the hidden value is overridden.