HomeGuidesRecipesAPI
HomeGuidesAPILog In

Finish Page

The finish page is a unique page present in forms that provides the user submission button and various controls for what to do upon form completion.

PropertyDescription
Finish Page TitleDefines the name of the Finish page - this will appear both in the navigation pane on the left and at the top of the Finish Page itself. Supports question references.
Show Finish PageBy default, this property is not selected. If enabled, the Finish page will appear in the navigation panel and the Submit button will appear on the last page of your project.
Allow edit of Answer File NameProvides the option to edit the answer file name on the Finish page for a project. If the Finish page is visible but the option to edit is unchecked, the Finish page will show a label of the answer file name instead.
Save AnswersProvides the option for the user to save answers as a file for reuse later. Options are:
  • Default to Yes
  • Default to No If the Finish page is not visible but the Save Answers is set to Yes, the answers would be saved automatically, except for the following instances:
    • If part of a workflow step
    • If the Allow Save or Keep Form History options are disabled in Manage
    • Guest users
Submit Button TextDefines the wording to be used on the Generate Button, the button that is clicked at the end of the Project to generate the document/submit answers. Supports question references.
Submitting TextThe text that will appear on the generating screen, while the project is processed after clicking the button. This supports question references.
Redirect on FinishAvailable options:
  • (None) : This is the default option. The user will remain in Finish page after submission.
  • Home: The user will be redirected to produce home page after submission.
  • Redirect to Project: Selecting this option will open other two lists of publishing folders and projects within each folder. The user will be redirected to the selected project after submission.
  • Redirect to Url: Go to web page after project submission.
Responses Submitted TitleText shown in a heading font on the Finish page after the user has submitted the responses.
Responses Submitted TextText shown as a message on the Finish page after the user has submitted the responses.
Allow Document DownloadThis is checked by default. If this property is checked, then links to download generated Documents will be available once project generation is complete. Temporary users will have a minimum of one hour to access a document via the link. If you don't wish to allow users to download the generated documents, uncheck this property. It is not available for Form Projects.
Download Page TitleThe title of the page that appears after generation, on which generated Documents can be downloaded. Supports question references.

Redirect on Finish

Following options are available to redirect:

Redirect to Home

A checkbox is available labelled "Wait for project to finish processing before redirect". If this box is checked, a submission and data object synchronization will take place before the user is redirected to the home page. If the box is not checked, the redirect happens immediately and the project submission will happen in the background.

Redirect to Project

Allows to select published project to be redirected to. Note that an additional option Include Project Properties is displayed, allowing to specify project property values.

Redirect to Url

Allows to specify to which URL the project will be redirected. Note that this can be a reference or hard coded value.

All options have Online Message on Redirect property.

Responses Submitted Title and Text

The Responses Submitted Title and Responses Submitted Text will display on the finish page to reassure users and direct them to their next action.

Sample configured Finish Page

Restrict Downable Documents

The "Restrict Downloadable Documents" option allows the Designer to hide or display the available documents on the Finish page over the default behavior of displaying all the downloads.

Hiding Documents On the Finish Page

Remove documents from the list to hide documents from the Finish page.

  1. Open your project in Design and go to the Properties section of Finish page.

  2. Under Generate, select the Restrict Downloadable documents option.

  3. Click the options button in Document(s). The Select Documents popup opens.

  4. Use the dialog to add or remove items from the available documents.

  5. Save your project. The selected documents should reflect those available after submission.

  6. (Optional) To show the document again, select the document from the drop-down list and click Add.

📘

Note

Only restricted documents will appear in the drop-down list.

Saved Answer Files

The Finish page always contains the option for the user to save their responses as an answer file for reuse later. A new copy of the same project can be populated with the answers from a saved answer file.

Answer files saved at Finish are kept permanently but can be deleted by the user or from the API.

👍

Best Practice

Saved answer files are only useful for a user to repopulate the same version of a project when they are completing it a second time. Using saved answer files on projects that have been modified (different questions, new questions, different conditions etc) can cause unexpected results and may cause the new project to not load.

Where users' data needs to be stored and re-used later, SmartIQ offers a range of options for storage outside the SmartIQ server including the use of external datasources, connectors to storage platforms such as Salesforce or Dynamics, REST based platforms and Amazon and Azure storage.

For Prepare Form and Generate Form APIs best practice is to pass data either using individual values in the values object or supplied data in the data object.