I placed 2 values in a "select" type in the form components. Then I get 2 radio buttons, with 2 values, "man" and "woman". All works perfect for now.

But when I edit this select type component and I submit the changes, the only the first radio buttons is showing up. What happens is this: TinyMCE editor places "woman" after "man", so I only have one radio button. I have to disable rich text each time and then edit the textarea of the select type each time again before I sumbit the form.

Maybe plain text can be forced or something else so that select options will remain as they should be?

(I am using Drupal 4.7.3)

Comments

quicksketch’s picture

Status: Active » Closed (fixed)

Simply disable tinyMCE for the textarea before saving the form. Either way, this is an issue with tinyMCE which affects many more forms than just webform. I'd suggest opening an issue there if this is still a problem.