Add a text element between fields in a form

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.

Can anyone help with this?

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!

1 Like

You can’t put it in the form, maybe you should consider custom form or true or false

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