Active
Project:
Subform
Version:
7.x-1.0-alpha1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 May 2012 at 16:35 UTC
Updated:
28 May 2012 at 07:53 UTC
I have a form that uses the plupload element from the plupload module, but when the form is used as a subform, there is no information about the uploaded images in $form_state['values] when the form is submitted
Comments
Comment #1
howto commentedI have same problem with textarea, textformat element. I'm finding it's cause.
Comment #2
howto commentedI find the reason is the function _textarea($variables). I switch to core theme (Bartik) then it is ok.
I'm going to fix my theme.