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
  • Form Value Tags

PDF Template

PreviousTime Control (tim)NextReference Lists

Last updated 3 years ago

To generate PDF view out of submitted forms a PDF Template needs to be defined and linked to the Form Template.

A PDF Template is essentially just a HTML file with special tagging for form values. When a form is submitted, XForms platform pulls the data from the form in to the PDF Template and creates a PDF file which can be accessed from .

Form Value Tags

Inside the PDF Template's HTML file, the form value placeholders are marked by {{form field ID}} notation (ex. {{field_notes}}).

If the form field contains HTML tags the placeholder should use {{{form field ID}}} tag instead.

XForms Dashboard