Hi Bubble community,
I have an input in my user registration form which is formatted as an email address. I’ve set up a “Next” button which triggers a workflow to create a new user with the input’s email and create a random string temporary password.
I keep running into an issue - when a user types an email address in the input box and presses “enter/return” on the keyboard (instead of clicking the Next button), a Bubble notification pops up saying “Password is not valid. Try again.”
Has anyone encountered this? Do you know how to 1) avoid this Bubble pop-up, and 2) trigger the workflow that results from “Next button” being clicked (create a new user).