Hey guys,
- I created a form within a CMS template
- I made the checkbox to only show when the switch is on
- I need the checkbox to be automatically checked when it’s visible
- I found that even though it’s hidden, the checkbox is being submitted to the form as true, which I don’t want to happen when it’s not visible. Is there a way to have this deactivate when hidden?