Form Hidden (v2)
Hidden form field component written in HTL.
- Allows a form owner to add hidden data to the form
The Form Hidden component uses the com.adobe.cq.wcm.core.components.models.form.Field
Sling Model for its Use-object.
The following properties are written to JCR for this Form Hidden component and are expected to be available as Resource
properties:
./name
- defines the name of the field, which will be submitted with the form data./value
- defines the value of the field, which will be submitted with the form data./id
- defines the component HTML ID attribute.
- Vendor: Adobe
- Version: v2
- Compatibility: AEM 6.3
- Status: production-ready
- Documentation: https://www.adobe.com/go/aem_cmp_form_hidden_v2