Validation
You also can validation information for text fields inside the tags. For example, the max number of characters required are 12 and only Numbers:
${textfield:1:y:field_name:90:20:12:Numbers}
|
And if you want to stick to default height and width for the new field (which is the height and width of the text tag)
${textfield:1:y:field_name:::12:Numbers}
|
NOTE: validation inputs are currently only available for text fields .
