AND OR operator

Hi,
i want to create a custom “modify password” form.
I put a semitrasparent rectangle on my button to prevent pressing, so i need to see that rectangle if the password is empty or if the cnfirm password is empty or if the password and confirm password ar not equal.
Anyone can help me? If not, where can i suggest adalo to implement this feature?

You can nest the button within a group to create a 2nd visibility rule.

So you’d have a group that contains the button.

Set the visibility of the button to sometimes visible if the password input is equal to the confirm password input.

Set the visibility of the group to sometimes visible if the confirm password input is not equal to empty.

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