If the address entered into the email field has trailing or leading blank space(s), this error is thrown:
"The email address does not appear to be valid syntax."

IMO, it would be better if the invite module trimmed off any trailing or leading blank spaces when the user submits.

Additionally, the email field is too short: long email addresses become only partially visible, making it difficult to detect errors in the address.

Minor minor stuff! Thanks for the nice module.

Comments

AjK’s picture

Status: Active » Fixed

Email address trmming fixed (in CVS 4.7 and 5). Will be in downloads at next release.

As for the size of the email entry textfield, yes, when I became maintainer a while back that bugged me too. I have altered the #size parameter but Drupal's Form API seems to know better and doesn't take the value. Haven't looked as to why as it's just "a little annoying" rather than a show stopper.

I will get to the bottom of it one day, just not today ;)

Anonymous’s picture

Status: Fixed » Closed (fixed)