Email Input to Accept Only Proper Email Formats

Hi Bubble Community,

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!

Thanks!

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.

If you want to validate that the email is real before saving it, sending an email verification code is likely the easiest option.

1 Like

Screenshot 2024-06-27 150949


for some reason this action of showing the focus group does not work you have an idea ? thank you

Can you show your workflow steps to show the group focus?

Setting it up like this worked for me:
Screenshot 2024-06-27 at 9.50.59 AM

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