Add Pattern Validation for TextBox Elements

Hi Wix Code

It will be helpful if you can also add “Add Pattern Validation” for textbox elements like the input elements.

This way we can add Regex Pattern easily to validate the value. Like for example, we dont want any special characters in the textbox.

Thanks,
DA

1 Like

I agree. I was surprised to see this wasn’t already a feature.

You can code a custom validation which will enforce any logic you need including a custom regex.