Hidden Field
- Last UpdatedJun 25, 2024
- 2 minute read
Use Hidden Field control to submit custom data in your form.
Properties
The properties for the control are grouped under the following tabs:
Basic
|
Property |
Description |
|---|---|
|
Name |
Name that identifies the control. This value is also used for the label of the control. |
|
XML Node |
XML node mapped to the control. Use this value to map a list to a form and a form to a workflow.
Note: |
|
Default Value |
The default value for the control. |
Advanced
|
Property |
Description |
|---|---|
|
On Data Change |
Run a script when value of the control changes. For more information, see scripting guidelines for On Data Change property. |
|
ID |
Reference identification code for the control. This value is automatically generated and cannot be changed. |
|
Include in Summary |
Allow or deny a user to view the value in the Summary of a Base Form.
Note: |
Scripts
For information about using scripts, see scripting guidelines for Hidden Field control.
Note:
- Hidden Field control is visible on the form only at design-time.
- At run-time, the width of space occupied by Hidden Field controls on a record in the Grid view of a Base Form is distributed proportionately to other controls on the record of the Base Form.