New validation rules for your form fields βœ…

In addition to your existing validation rules you can also check that any text field:Is a valid email address :e-mail:Is a valid URL :link:Matches any pattern by specifying Regex /Regular Expression :magic_wand:The last rule is particularly powerful if you need to validate things like phone numbers, VAT numbers, postcodes or anything else.‍