Manage form settings
Tabs
This article offers practical guidance on effectively managing your form settings. Discover customization options, submission confirmation, email setup, and more to improve your form’s performance.
Access form settings
To access the Form Settings window, you have two options:
- Option 1:
-
On the Dashboard, hover over to the desired form.
-
Click the Settings (gear) button on the top left corner and then select Form Settings.
- Option 2:
On the top left toolbar of the form builder, click the Settings (gear) button to open the Form Settings page.

Available form settings
The Form Settings window has 5 tabs: General, Submit Confirmation, Load Message, Save Later Email and Multi Languages. A detailed description of each tab is provided below:
General
The General tab provides the following options:
-
Show tracking code on last page
With this option on, a Tracking Code is generated after the respondent submits the form. This code allows you to search for the submission on the Submissions page using the search box.
-
Show “Edit Submission” on last page
With this option on, after form submission, respondents are given the option to edit and resubmit the form. This is useful if changes are needed after initial submission.
-
Show “Download PDF” on last page
With this option on, respondents can download the completed PDF form after submission.
-
Enable “Save for later”
With this option on, a Save for Later button appears beside the submit button. Respondents can save their progress, receive a link, and return within 60 days to complete and submit the form. This is beneficial for lengthy forms.
-
Preview the PDF before submitting
With this option on, respondents can preview the PDF version of the form prior to submitting.
-
Collect IP address and browser’s User-Agent from submitter
Enabling this feature allows the form to collect the IP address and User-Agent data from the form filler. This is particularly useful if the form includes an e-signature. The collected data can be found on the Submission page.
-
Preserve Uploaded Fild Original Name
- When this option is off:
If your form contains a File Upload field, the system will use the label of that field as the uploaded file name. This designated file name can be used to identify the file when downloading it from the Submission page or when uploading it to a Cloud Drive. - When this option is on:
The name of the uploaded file will match the name the respondent gives it.
WarningThis option can be tricky. If the form has two “File Upload” fields, such as one for a driver’s license and another for a birth certificate, and the respondent names both files “my-name.png”, they might replace each other when uploaded to a Cloud Drive. This could result in losing one of the files.
- When this option is off:
-
Forms are password protected
With this option on, a single password will be assigned to your form. Respondents need to use this password to access the form by clicking on its published URL.
What is the difference between Form password and Invitation password?The Invitation password is provided with each invitation. For instance, when sending out 10 invitations, every recipient gets a distinct invitation URL and password. However, the Form password stays constant when accessing the form via its published URL. In simpler terms, the published URL is common among users, along with the connected password.
-
Expiry time of sharing URLs
Set an expiry date for sharing URLs. These URLs include links for editing form submissions, downloading created PDFs, and accessing form attachment files.
Submit Confirmation
In this tab, you control what happens after a user clicks the Submit button on the form. By default, a success message appears, but you can personalize it here. You can also redirect them to a specific link, like a page on your website.

Inside the message box, you can include:
- Tracking Code:
Created by PlatoForms upon submission. It’s useful for identifying submissions in the Submission page. Note that it might rarely repeat. - “Edit Submission” link:
A shareable and reusable link to revisit the submission. - “Download PDF” link:
Shareable and reusable link(s) to the PDF(s) created from the submission.
Use variables in redirect URLs
On the Submit Confirmation tab, if you choose to redirect users, you can include variables in the URL.
For instance, if you wish to transfer the customer’s name from input field #3 to your redirect URL (let’s say it’s https://yourdomain.com/
) using the parameter name customer_name
, the URL format would be: https://yourdomain.com/customer_name={{data.fid3}}
.

Notably, you can also include {{tracking_code}} as a variable in the redirect URL. For example, it would look like: https://yourdomain.com/customer_name={{data.fid3}}&track={{tracking_code}}
.
This lets you customize the redirect based on user input and utilize tracking codes as needed.
Loading message
On this tab, you have the option to personalize the loading message using the input box provided.
When you use a script to embed a form on your website, it could take a brief moment for the form to load when users access the page containing the embedded form. During this loading interval, a message will appear, notifying users that the form is currently loading. This message’s purpose is to inform users that the form will be visible shortly.
Save Later Email
On this tab, you can customize Email Subject and Email Body when the user clicks Send in Save for Later pop-up window.
On this tab, you have the option to personalize the subject and content of the email that gets sent when a user clicks Send in the Save for Later pop-up window.

Multiple languages
On this tab, you can configure the form to be compatible with multiple languages. For more details, refer to the Enable multi-languages section.