Form Checkbox Values Omitted from Form

Hey all.

I have a question about the form Checkbox. Let’s assume I have three check boxes labeled 1, 2 and 3. If I select 1 and 2, I get a form that says “1: True, 2:True 3:False”. Fantastic. But what if I only want the options selected to show up in the form? So again, if I select 1 and 2, I would like to see my form say " 1, 2" omitting completely the 3 option that was not selected. My submitted form has a ton of “data-checkbox: false”. Can I just receive the True Values?

Happy for any advice!

This topic was automatically closed 125 days after the last reply. New replies are no longer allowed.