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.