Copy link to clipboard
Copied
I’m creating a form for requesting inspections. The user may request multiple types of inspections; however, specifying at least one of them must be required. I’m using checkboxes to specify the different types of inspections that may be requested. Is there a way to group all checkboxes as a single required field so at least one checkbox is selected when the user submits the form? I’d also like to accomplish this with text fields, where a single permit number must be specified; however, more than one permit number may be submitted. The form currently has different text fields for specifying the different types of permit numbers. Any and all recommendations will be greatly appreciated.
Copy link to clipboard
Copied
I am unclear about when you say that you want all checkboxes to be grouped in a single text form field.
If what you are asking is to group the string of text that will appear in text form field as a result of a choice that will be provided to the users when they tick on a radio button or a check box, then you probably need a javascript to concatenate all those selected answers to be able to display them in the field you want as a text string.
Can you share a screenshot of what you are trying to achieve?
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied