Password Requirement Conditionals

I’m using an external database that requires 8 characters, a letter and a number for a password. The api call will error if conditions aren’t met. I know I can set password requirements in bubble settings.

My question: Can I set a button condition for the button to not be clickable if the bubble password requirements aren’t met? If not, can I make the button not clickable in any way if conditions aren’t met?

Thanks bubble community!

Built into Bubble is the concept of whether an input field is valid.
If the input field has a content type of “password” you can do this for example

The password strength value on a password field can be useful also. eg Only enable the button when the password strength is over a certain value.

https://bubble.io/reference#Elements.GeneralConcepts.States.get_pw_strength

Mr. Knowcode! That’s exactly what I needed. Thanks man!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.