Input element Validations

Hi everyone,

I am currently working on input elements in our application that require validation. Specifically, we need to ensure that certain inputs do not allow special characters, and in some cases, numbers should also be excluded.

Could someone guide me on how to implement such input element validation in Bubble?

Thanks in advance for your assistance!

1 Like

You can ideally use Regular expressions to achieve this. Use the :extract with Regex operator to check for the presence of special characters or numbers and accordingly add your conditionals on the events

1 Like

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