Would you mind explaining what exactly this module does?
I wonder why someone can't just create Textarea field for Webform with "Text processing" option set to "Filtered text (user selects text format)"? I double-checked: it provides input filter selectbox as well as full-featured WYSIWIG-editor window if used in conjunction with WYSIWYG. So all the features of this module are achievable by just a few clicks - am I wrong?
So please clarify what is the purpose of the module? What additional unique functionality it provides?

CommentFileSizeAuthor
#4 no-HTML.jpg38.6 KBddorall
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ddorall’s picture

I have found that this module conflicts with the Arrange Fields module, which i use a lot, so your solution will be great for me.

However, I don't see where the "Text processing" option is found in the textarea field. Do i need the WYSIWYG module to be installed?

PatchRanger’s picture

However, I don't see where the "Text processing" option is found in the textarea field. Do i need the WYSIWYG module to be installed?

No, you don't need any additional modules, this option is among field settings. You can find it at admin/structure/types/manage/{content_type}/fields/{field} (for example, admin/structure/types/manage/article/fields/body ).

attiks’s picture

#2 You're talking about fields on the node, this module provides a component for the webform

#1 What kind of conflict do you get?

ddorall’s picture

FileSize
38.6 KB

Thanks Attiks, yes I'm not talking about the body of the page, but the specific text area component of the web form. I've attached and image. I want to get the text area field in that form able to take HTML or editable via a WYSIWYG editor.

Re conflict: Even with the Webform HTML Textarea module, the text area box appears as a normal text area field, no editor. But when I turn off the Arrange Fields module, the WYSIWYG editor appears.

attiks’s picture

Related issue #2122663: Arrange Fields conflict with Webform HTML textarea

Can you check for javascript errors? Is the dragging part still working?

attiks’s picture

Title: How it differs from just text area with "Text processing" option set to "Filtered text (user selects text format)"? » WYSIWYG disappears when used in combination with Arrange Fields

Changing title

ddorall’s picture

Re Dragging, the HTML textarea component appears, and i can drag it into place. But when I 'Save position data', it moves to another location.

I'll have a look for javascript errors.

D

ddorall’s picture

Update: No javascript errors it seems when moving or saving, but the specific HTML textarea component keeps moving when saving - sometimes to locations off the screen!

D

ddorall’s picture

Is there an update re this major issue?

D