Closed (fixed)
Project:
Webform
Version:
6.x-3.17
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2012 at 17:53 UTC
Updated:
3 May 2012 at 16:20 UTC
Dear community,
When I updated webforms from version 3.15 to 3.17, I realized that my hidden fields are not rendered at all in html. Note that I flashed all caches but the problem persists.
Hope someone could figure out why,
Armen
Comments
Comment #1
malancheril commentedI am having the same issue after the update.
Comment #2
quicksketchThat is because a new option was introduced to hidden components to allow them to become more secure and to prevent problems with the anonymous page cache from caching the contents of hidden fields. If you need the element rendered in the HTML, edit the component and change the "Hidden type" from "Secure value" to "Hidden element".
Comment #3
aerodub commentedThank you for providing the solution