Closed (fixed)
Project:
Webform
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2006 at 08:37 UTC
Updated:
21 Aug 2008 at 17:36 UTC
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
Comment #1
quicksketchSimply 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.