Regex for expression validation

Issues related to forms.
Post Reply
info@wawasoft.com
 
 
Posts: 2
Joined: Mon Dec 11, 2017 11:58 am

Regex for expression validation

Post 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
User avatar
Pablo
 
Posts: 21709
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Regex for expression validation

Post by Pablo »

Set the validation data type to 'custom'.
Post Reply