I would like the 'hidden' field/component type to have the 'Disabled' property. Because users are modifying areas of a webform submission (after the original submission), I want to lock them out of changing a hidden field that is acting as a unique count.

Comments

quicksketch’s picture

Hm, seems a little like an edge case to me. At first glance "disabled" doesn't really make any sense on a hidden field. A note that in the 3.x version, hidden fields are NOT editable by administrators (though they can still be viewed by administrators). I intend to solve the problem of admin-only editing with #313639: Public vs. private components , which would make it so that any field could be private. It sounds like this would correct the problem for you in an indirect manner.

quicksketch’s picture

Status: Active » Closed (duplicate)