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
Comment #1
itgalary commentedActual thing is that a P tag and BR tag can be there while using FCK Editor
Comment #2
smk-ka commentedI 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.