This section explains a Form Template structure
type
Template Type
Defined by the usage
category
Template Category
name
Template name
description
Template description
Optional
templateType
pdfConfig
PDF Appearance Configuration (optional)
Details below
lockEdit
if true, cannot edit the form after submission.
configurations are optional
orientation
PDF Page Orientation
"portrait" or "landscape"
removePageCount
To remove page number
true: remove page count false: keep page count
marginTop
Top margin in mm
number
marginBottom
Bottom margin in mm
marginLeft
Left margin in mm
marginRight
Right margin in mm
Example:
"pdfConfig": { "orientation": "landscape", "removePageCount": true, "marginTop": 0, "marginLeft": 10 }
Last updated 10 months ago