I’m working on a form where I need to ensure that the email input field only accepts valid email formats and not random text or numbers. I want to allow inputs like “fakeemail@gmail.com” but reject inputs like “randomtext” or “12345”.
What is the best way to implement this kind of validation in Bubble.io? Any guidance or examples would be greatly appreciated!
If you are trying to require users to enter a text formatted as an email, see the following screenshot. Typing anything but an email address into an input with Content Format set as Email will make the input not valid.