Details
Description
On order forms, labels for hidden fields are displayed. The page should appear as if there is no hidden field, by not rendering the label or adding additional space.
Issue Links
- relates to
-
CORE-1266 Order Plugin: Hide labels for hidden service fields
-
- Closed
-
Needs to extract hidden fields and render them first, then skip all hidden fields when rendering all other fields.
Or, perhaps much better solution would be to automatically set the order of the fields when invoking ModuleFields::getFields(), so the views don't need to be updated?