asked on July 29, 2020

I have a form that has several custom HTML checkboxes in it, using the <input type="checkbox"> syntax. Right now, if a user checks a custom checkbox and submits the form, the checkbox value does not get saved (obviously). I was wondering if there is any way to save the value of a custom HTML checkbox so that it appears on the submitted form in the repository? I've done the next best thing, which is to have the custom checkbox check/uncheck a corresponding hidden Laserfiche checkbox, but was wondering if I could take it further than that.

0 0