On a Form’s Settings page, numerous properties and options can be updated and set after the form is created. These range from Basic Settings, like the form’s title and how long the device keeps submitted entries in history, to Advanced Options for custom output templates, enabling editing of completed entries in-app and App Printing.
This includes information on any linked data sources from designing and the folders associated with the form. A version and change history log is also available, providing insight into the form’s status and any changes made by whom and when.
Navigate to Apps > Forms and hover over a form title. You will see the form’s settings. Click the gear icon on the desired form.

Also, the Settings option is available under a page’s title when viewing the Form’s Designer or Connector’s page for swift navigation when designing or adding connectors to push data out of the platform.
Options

Our platform provides a simple versioning and publishing approach to managing your forms. After creating a new form, its state will be in “Draft/Test Mode,” and only assigned test users can view it.
After publishing, the form will be available to all users unless stricter access rules have been applied to a Folder. Folders are useful tools for managing and distributing forms to your users.
If the form is associated with a folder, specific users or groups can be assigned to access the folder’s content in-app.
However, the form’s options to Export, Save, etc, are explained in the table below.
These options display depending on the form’s state, e.g., Published/Draft or Archived, with some present on the Form’s Designer and Connectors page.
| Options | Description |
|---|---|
| Export | Download an Excel (.XLSX) file of the form that can be used to make bulk alterations or simply to save a copy locally. |
| Import | Import an Excel (.XLSX) or Comma Separated Values (.CSV) file in the required format. A downloadable template in the required format is available after clicking Import. |
| Lock | Locks the form, preventing multiple users from editing it. Locked forms can only be unlocked by the user who locked them or an Administrator. Only forms in Test/Draft mode can be locked. Published or Archived forms cannot be locked. |
| Publish | Publishes a new form version, and mobile apps automatically download this new version. |
| New Version | Creates a new draft version of the form. Draft versions are not visible to the mobile app until published, unless test users are assigned. Note that users will still have access to the previously published version, except for assigned test users. |
| Archive | Archives the form and automatically removes it from the mobile app. |
| Trash | The form and all associated data and versions will be moved to Trash and will no longer be available for use unless the form is in Test Mode, in which case only the current test version will be moved to Trash. You will have 30 days to restore from the Trash area before the item(s) are permanently deleted from the system. Any form deleted through the App Workshop > Forms page by clicking on the checkbox next to it will have all Test/Published versions of that form put into Trash. |
| Save | Saves any changes made. Users can then sync the app to see saved changes. |
Basic Settings

| Property | Description |
|---|---|
| Form Title | The form’s title displayed in the web portal and in-app (e.g., in the title bar). If you wish to categorize this Form by a code or other external identifier, see the External ID option. |
| Icon To Display | Select the icon that displays in-app. |
| Description | Enter a description of the Form’s purpose/functionality. |
| User Can Keep History | The number of days that data entries for this Form will remain on the user’s device in a read-only state. A value of zero means that no history will be stored. In-app, users can search previously submitted entries to find specific entries. |
| Display Row Title | If set, then the answer of the chosen Form field is displayed as the row title in the History and Saved Entries listing forms of the app. |
| Feed Title Display | Use our standard Data Template syntax to dynamically include field values and formula results in the form title upon submission, ensuring a more distinct and recognizable identifier for Data Entries in the Data Feed. e.g. Inspection Checklist – {{inspection_date}} – {{building_name}} In the example above, the form submission will have a unique title in the feed view display showing the inspection date {{inspection_date}} and the name of the building that the inspection was done on {{building_name}} e.g. Safety Inspection – {{inspection_date}} – {( IF({{success_YN}} =’Yes’, ‘U2713’, ‘U274C’) )} In the example above, the feed title for the form submission will show a special Unicode character, a tick (✓) if the value of {{success_YN}} is ‘Yes’ or a cross (x) if the answer is ‘No’. |
Advanced Options

| Property | Description |
|---|---|
| External ID | An optional field that lets you link/track this Form against a similar entity in an external system. Required if you are using the API. |
| Restrict To Group | Restrict access to a specific User Group. |
| Output Template | Select the default template you wish to use when outputting data from this Form. – Classic Gray – grayscale template styling – App Layout – draws the basic layout and styling from your Form – Smart Layout – intuitively decides the best way to group your Form fields You can also create your own, more detailed, customized Word and/or Excel templates by using our templating syntax. |
| App Display Order | Controls where this form icon will display on the default start form of your app. Icons are ordered from 1 upwards, and ties are ordered alphabetically. |
| Log User Location | Whether or not the user’s current GPS location (as at filling out the form) should be logged automatically. The location is returned in the “Completed At” column of the resulting data entry in the Data area. |
| Hide From User | Prevents this item from being displayed on the default start form. Useful when this item should only be opened by a User Interaction (e.g., from an icon on an Icon Board form) |
| Do Not Save In-Progress Entries | By default, the app automatically saves the progress of Form entries and prompts the user to save or discard changes if they exit the Form prior to uploading. This option disables all in-progress saving and removes the save/discard changes user prompt. Good for scenarios where the Form is purely for navigation purposes or for ‘use it or lose it’ cases where Form entries must be captured and submitted immediately. |
| Hide Splash Form | Hides the title splash form for this Form, going directly to the first page. |
| Do Not Upload Data | Prevents this Form from uploading data entries to the server. Used for Forms that edit Global Values or for cases where data captured is to be stored on the device only. |
| Can Edit Completed Entries | Allows app users to edit and update completed form entries. Editing is available from the entry history page and OpenEntry interaction on the app. Once the Form Entry Update is applied to the platform, all connectors and data source bindings will be reprocessed. |
App Printing

Generate and print completed Form entries from an HTML template directly on the app, even while offline.
Use our standard Data Template syntax in your HTML to inject Form entry answers and other dynamic values.
You can review the template via the Preview button provided. This will generate an output using an existing Form entry for this Form version.
If no entry exists, all Form entry values in the HTML template will be blank in the preview.
Form entries can be printed in the following ways:
- Via the ‘Upload and Print’ button that automatically appears on the app submission page of a Form that has an HTML template defined
- The ‘Print’ button is available when reviewing a completed Form entry in the app History area
- From the ‘Upload Form and Print’ user interaction available on the Action Field type buttons
- Through the ‘Print Form Entry’ interaction option available on most Form types
More information on App Printing may be of interest.