I have used FCKEditor that replaces the normal text input. So when the user types email address and submit, it gives a message invalid email. Actual thing is that there is a

and

tag included while using FCKeditor. I think this tags and may be
tag should be ignored by Invite module

Comments

itgalary’s picture

Actual thing is that a P tag and BR tag can be there while using FCK Editor

smk-ka’s picture

Status: Active » Closed (won't fix)

I don't consider this a bug — rather a misconfiguration. The FCKEditor module provides a "Fields to exclude" configuration setting, where you can add "edit-email" to exclude the email input field from RTE-ifying — it's easy like that.