Downloaded file names
Tabs
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
-
On the Dashboard, hover over the form, click the Settings (gear icon) at the top right, then click Manage Form.
-
In the left navigation, under CONFIGURE, click PDF naming.
-
In the Created PDF Name Pattern input box, use variables to generate distinct downloaded PDF names:
-
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”). -
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).NoteYou 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 replaceXXwith 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.
NoteClick More Options next to these buttons to open this documentation page for reference.
-
-
Click Save.
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
fid3gets replaced with the input valueJobs.
PlatoForms automatically adds the appropriate file extension, like “.pdf” or “.zip”, based on the file type.
Video tutorial
Related
- Manage submissions — view, download, and export form submissions
- Export form submissions — export submission data as CSV
- Cloud Drive integration — automatically save submissions to a cloud folder