...

StyleCode Property: formAccess

formAccess

Determines whether a form field should be hidden or shown. Hidden form fields are still submitted with their original value.

Applies to Type Default
form > entry visible, hidden visible

Examples

// Example: form > entry
read form with
  SKU: text
  Maximum: number

show form "My Form" a1b1 with
  SKU { formAccess: hidden }
  Maximum

User Contributed Notes
0 notes + add a note