How to exclude ckeditor in "contact" form?
I have tried all of combinations I could find. Now I need some help.
If I install some later versions of ckeditor, all of my field are "blank" without editing-possibilities
I use http://drupal.org/project/mix_and_match
Comments
Comment #1
mkesicki commentedPlease try update to latest DEV or stable version of CKEditor module. Than please run update.php (drupal script) and clear all drupal and browser cache. Does it helps ?
You can also uninstall old CKEditor module version than install latest one.
Do you have any javascript errors when your fields are 'blank' ?
Comment #2
Ole Martin commentedI will come back to this soon - litle bit bussy just now.
Comment #3
AlexisWilke commentedTo hide the contact page (which I do all the time since the email is not sent with proper MIME headers...) I go to admin/settings/ckeditor/editg and in the first box of the Visibility settings I add this:
contact.edit-message
(assuming that you have the default settings: Exclude).
Thank you.
Alexis Wilke