I have a drupal 7 site w CKEditor. The WYS is set to show of "Filtered HTML" text format. This works just fine for fields of type "Long Text" which render as textarea HTML fields. But, it blows up regular "Text" fields. Regular "Text" fields should render as <input type='text' but get redrawn as WYS textareas. How can I have WYS for "Long Text" and no WYS on "Text" fields?

Things I have tried that did not help:
1. Make the text fields plain text. NO. I want to filter the inputs on text fields.
2. Configure CKEditor. The editor associates w text formats, not field types. I don't see an option to remove CK from text fields. If you know of one, PLEASE tell me.
3. Create a special text format and don't associate CKEditor. I tried this but, since the user chooses the text format, WYS still shows.

Comments

_

The ckeditor module used to include per field settings, but has since dropped that functionality. For now, the best way i've found to handle it is to setup different text formats and then use the per field settings made available by the better_formats module to control which fields see which formats. Not ideal, but it works.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.