Must be "true" to submit a form

Hello, I am new to Glide and my technical skills are low but maybe someone can help me out. I am trying to make it so that a boolean must be True for a form to be submitted. On my webpage (which is a checkout inventory system), someone must agree to terms and conditions from False to True when making a request to reserve an item. I want them to only be able to submit the request to reserve if they agree as true but can’t figure that out, thanks.

Not possible in the native form… You would have to create a custom form and hide submit button until the conditions are checked.

Only entry fields have the required condition in the native form.

Hi @rachel ,
You can use a choice component (instead a switch or checkbox), make it required and only have true as source value, in the pictures below it is an example, hope it works for you and feel free to ask any question.
image

image

image

image

Weeeell… I have a checkbox here that actually greys out the submit button when I un-check it, and I can’t seem to figure out how it got that way or how to un-get it that way…