Closed (fixed)
Project:
Webform Simplenews Component
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jan 2012 at 21:35 UTC
Updated:
15 Feb 2012 at 15:50 UTC
On the submission page (one result) ie http://my-site.local/node/1/submission/12 e-mail field does not display.
I've checked the code and notice that in "webform_simplenews.inc" file ...
'#theme_wrappers' => $format == 'html' ? array('webform_element', 'webform_element_wrapper') : array('webform_element_text'),
... the "webform_element_wrapper" theme wrapper in not implemented in webform (7.x-3.15). If I remove "webform_element_wrapper" from the array e-mail field appears.
Comments
Comment #1
rvilarFixed