validation

copuinfo

New Member
I use fabrik 3.

I want to do validation condition on a field of type number and size 8

it is urgent

thank you
 
You mean the input must be an integer (no decimal point), with exactly 8 digits?

I'd do it with 'regex' validation, set to "match", with a Regular Expression of ...

Code:
/^\d{8,8}$/

Leave the "Condition" blank.

-- hugh
 
thank you for your help

Warning: Cannot modify header information - headers already sent by
(output started at C:\xampp\htdocs\rok\components\com_fabrik\models\element.php:2) in C:\xampp\htdocs\rok\components\com_fabrik\models\formsession.php on line 114
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top