Use Regex Restriction for 18 years or older

I have the multi input validator and one of the inputs includes a date picker for sign up. Can I create a regex restriction so only 18 years old and up can sign up

Hi @rfaienza

It would be really useful to have a property in which we can store the current age of the user. Then, we can set up a condition that if the age is 18 years or older, we can automatically redirect them to the next screen. On the other hand, if the age is below 18, we can show a friendly modal that explains the restrictions in place. This way, we not only capture the lead but also provide a clear explanation of why certain features may not be available. It’s a strategy similar to what Pinterest does, inviting users to join in the future when they meet the age requirement.

I hope this helps

Thanks