Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When you check Save PDF on the form /flow Property panel, an optional PDF name field displays. It is only visible when the "Save PDF" property is checked and is disabled when the "Save" property is unchecked. If this new property is set, then it is used to name the generated PDF. You can use templates to name the pdfs .For example, let's say you have an Employee Onboarding form /flow for new employees hires and you wanted the pdf in the submissions to be named using their last name. Simply add the name of the control in your form that collects the last name as a template ex:{LastName} in the PDF Name property. The pdf for each Employee Onboarding submission will then be named {LastName}.pdf.
 

In the submissons, the pdf for the Onboarding of new hire Eric Armani is named as shown.


If this the PDF Name PDf property is empty, then the form/flow name is used as the pdf name.

...