Page 1 of 1

Regex for expression validation

Posted: Thu Nov 21, 2019 12:45 pm
by info@wawasoft.com
Hi,

I would like to know whether I can use REGEX for expresion validation in WYSIWYG WEBBUILDER.

I need to validate national identification number. It consists of 11 digitis and there are some limitations for each of this.

The REGEX rule is the following: [05-9]{1}\d{1}[0-3]{1}\d{1}[0-3]{1}\d{6}

How can I implement it in the form in the Editbox field?

Many thanks

Mario

Re: Regex for expression validation

Posted: Thu Nov 21, 2019 12:50 pm
by Pablo
Set the validation data type to 'custom'.