email validation in samples is too strict.
The dot in e.g. "firstname.familyname@domain.com" is a valid character in a email address, but not accepted by phpObjectForms.
Solutions: added '.' char in the regular expression of the validator.
Log in to post a comment.