Skip to content

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

Form Hidden (v2)

Hidden form field component written in HTL.

Features

  • Allows a form owner to add hidden data to the form

Use Object

The Form Hidden component uses the com.adobe.cq.wcm.core.components.models.form.Field Sling Model for its Use-object.

Edit Dialog Properties

The following properties are written to JCR for this Form Hidden component and are expected to be available as Resource properties:

  1. ./name - defines the name of the field, which will be submitted with the form data
  2. ./value - defines the value of the field, which will be submitted with the form data
  3. ./id - defines the component HTML ID attribute.

Information