PlatoForms User Guide
Ctrl+K
  • Form Builder

    Creating an Online Form for an Existing PDF

  • Custom Domain

    With Builder you can build three types of forms: online web forms, online PDF forms, and master forms.

  • Master Form Builder

    you will arrive at the Form Builder. On the form Builder, there are three main sections:

Downloaded file names

By default, the PDF files generated from form submissions are named after your form name. If you need more control — for example, to include the submission date or a field value in the filename — you can set a fixed name or a dynamic name pattern instead.

Customize downloaded file names

You have two options:

  • Fixed Name: Choose a single, unchanging name like “Form.pdf” for all downloaded PDFs.

  • Name Pattern with Variables: To better manage multiple submissions, create a name pattern with variables. These variables can include submission index, dates, or specific field values, ensuring each submission gets a unique name for easier organization and identification.

Set a fixed name

A fixed name applies the same filename to every downloaded PDF. Follow the steps in Manage form name to set it.

Set a name pattern

  1. On the Dashboard, hover over the form, click the Settings (gear icon) at the top right, then click Manage Form.

    Open Manage Form from the Dashboard gear icon

  2. In the left navigation, under CONFIGURE, click PDF naming.

    PDF naming page showing a PDF Name field and a Created PDF Name Pattern field with Add Index Suffix, Add Date Suffix, and More Options buttons

  3. In the Created PDF Name Pattern input box, use variables to generate distinct downloaded PDF names:

    Created PDF Name Pattern input field with Add Index Suffix, Add Date Suffix, and More Options buttons

    • Click Add Index Suffix to include {{index}} in the name pattern. The {{index}} is a unique index for each submission (e.g., “Form-1.pdf”).

      Created PDF Name Pattern field showing Form-{{index}}.pdf

    • Click Add Date Suffix to add the submission date in {{yyyy-mm-dd}} format to the name pattern (e.g., Form-2026-03-15.pdf).

      Created PDF Name Pattern field showing Form-{{yyyy-mm-dd}}.pdf

      Note

      You can also use date formats such as {{mm.dd.yyyy}} or {{dd/mm/yy}}. In these formats, “dd” represents the day, “mm” represents the month, and “yyyy” or “yy” represents the year.

    • Copy {{data.fidXX}} and replace XX with a specific Field ID from your form. You can locate the Field ID in the Form Builder. For instance, if the Field ID is “2”, you can create a name pattern like “Form-{{data.fid2}}.pdf”, and {{data.fid2}} will be replaced with the input value from that field.

    Note

    Click More Options next to these buttons to open this documentation page for reference.

  4. Click Save.

Caution

If you integrate your form with a Cloud Drive, PlatoForms will automatically include an {{index}} in the file name pattern. This addition ensures that the generated file won’t be overwritten when there are duplicate names.

Customize the name for Master Form

In a Master Form, the downloaded file name corresponds to the Zip file name. Here’s an example to clarify how it works:

Suppose you’ve set a name pattern like “sample-{{index}}-{{yyyy-mm-dd}}-{{data.fid3}}”. PlatoForms will transform this into a downloaded file name like “sample-8-2026-03-15-Jobs”. Here’s the breakdown:

  • The submission date is “2026-03-15”.
  • This is the 8th submission for this form.
  • The variable fid3 gets replaced with the input value Jobs.

PlatoForms automatically adds the appropriate file extension, like “.pdf” or “.zip”, based on the file type.

Video tutorial

Is the content helpful?