Closed (won't fix)
Project:
Invite
Version:
5.x-2.x-dev
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Jan 2008 at 22:15 UTC
Updated:
12 Feb 2008 at 08:23 UTC
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.