I'm currently working on a project that relies heavily on the form builder, there's a customer profile form that has all information required on a customer. There's a contact number and email field that do NOT have the PresenceOf validator and therefore are not required fields however, the validators seem to validate even an empty value so Phalcon\Validation\Validator\Email will say a blank field isn't a valid email...
Anyway to change this without creating my own validators replicating the behaviour just not with empty fields?