Naming Forms and their Members
- Last UpdatedOct 29, 2024
- 1 minute read
The following are examples of the format of form and member names:
|
!!EntryForm |
The name of a form. |
|
!!EntryForm.GadgetName |
The name of a gadget on a form. |
|
!!EntryForm.GadgetName.val |
The data value held by that gadget. |
Note:
The total length of the name is limited to 1024 characters even though the length
each individual components is limited to 64 characters. Within the form definition,
the members of the form should be referred to by using !This to replace the form name part of the gadget name. For example:
!This.GadgetName
!This.GadgetName.val
Note:
The obsolete convention of using an underscore to replace the form name has been retained
for compatibility with earlier versions.