Select All Button on Forms

Hello,

I have a feeling what I am about to ask is not possible but I wanted to be sure. I have a form with many single check boxes. The reason for using single instead of multiple is because I need new task created for every property checked. The issue is with the front end of completing the form I have been asked if it is possible to add a select all button as opposed to manually checking each one. I will include snips of both the form and my workflow. It is very long.

Thank you,

Hi @DHeinlein

There’s no out of the box way to achive this. Possible ways/workarounds:

  • Create the select all function in Javascript in the website front end
  • Use a custom form submitted via API
  • Default all the checkboxes to selected and ask users to deselect the relevant ones - not advisable if anything to do with consent

Hope this helps.