In my signup form, where a new user will create his or her account, I want to add an “I agree to the terms” checkbox before the “submit” button. Is this possible? The standard Adalo form element seems to be fixed in design.
I can put the item somewhere else, but it seems most logical to put it there.
Ok, I found the solution on my own. I’ll leave this question up in case anyone else has the problem.
I just added a true/false component (“I agree to terms and conditions”) to the user database. That make it available as a check box field in the form. Super easy!