--
You received this message because you are subscribed to the Google Groups "php-form-builder-class" group.
To unsubscribe from this group and stop receiving emails from it, send an email to php-form-builder-...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
You could use this more simpler [0–9] {15}
$form->addElement(new Element_Number("CPF:", "cpf", array(
"required" => 1
)));