i am trying to use the formvalidation in formbuilder but I do something wrong.
cmsms 1.11.11
Formbuilder 0.8.1.1
PHP 5.4.35
textfield (fld_31)
fieldvalidation - numeric
UDT
Code: Select all
if ($fld_31 = 12) $errors=false;
if ($errors = true) {
return Array(false, "<strong>Nicht die richtige Wert eingegeben</strong>");
} else {return Array(true,'');}Love,
Candy

