XForms Manual
  • XForms
  • Form Template
  • Form Controls
    • General
    • Date Control (dat)
    • Expression (exp)
    • Images Control (img)
    • Lookup (lkp)
    • Multi-Choice (mch)
    • Number (num)
    • Signature Control (sig)
    • Table Control (tbl)
    • Text Control (txt)
    • Time Control (tim)
  • PDF Template
  • Reference Lists
  • Webhooks
Powered by GitBook
On this page
  1. Form Controls

Text Control (txt)

Settings

type

txt

maxLen

number (optional)

maximum number of character

link

string

links the control value to another control

format: "<control-id>:[field]"

if no field, the whole value will be used

readOnly

boolean

format

string (optional)

- "lower" for lowercase

- "upper" for uppercase

- "title" for title-case (capitalize first letter of each word)

PreviousTable Control (tbl)NextTime Control (tim)

Last updated 3 years ago