Introduction

The forms module has been refactored, and has new functionality.

Existing form data is not compatible with the new format, which means any old forms will need to be recreated in the new form format.

Accessing Forms

The new forms module can be found under the menu tree:

image-20240514-144557.png


Forms List

This will open the forms list page.

image-20240514-150502.pngimage-20240514-150305.png

Several options are presented to the user from this page.

Creating a New Form

To create a new form, click on the Add Form button.

image-20240514-150912.png

Upon opening the add new form screen, the user is presented with a menu with three tabs.

Form Basics

The initial form setup.

image-20240514-151207.png

Clicking one of the orange boxes next to a text field will open a modal where the translation for the field can be set for each language installed on the site.

image-20240514-180944.png

Post Form Actions

Set the actions to take after the user submits the form.

image-20240514-152640.png

Questions

Under this tab is where the form questions are built.

image-20240514-152912.png

The right side of the form builder contains the field types that can be added to the form. This can be done by dragging and dropping the fields from the box on the right into the questions area on the left.

After the question has been created, the details can be filled in.

Each field can be removed, edited, or copied by using these buttons:

image-20240514-153613.png

Question Types

For a detailed breakdown of form field types, refer to the documentation here: https://ops-com.atlassian.net/wiki/x/LACpAw

Question Options

When editing a field, there are some common attributes to lookout for:


Form Options

Editing a Form

A form should only be edited when it doesn’t have any user entries, as it may cause existing entries to display their data incorrectly.

If changes need to be made to an existing form, it should be copied first, and the changes be made on the copy while it doesn’t have any entries.

Archiving a Form

Archiving acts as a form of deletion for forms.

When a form has been archived, the form and all its entries will be removed from view and can no longer be accessed.

Exporting a Form

Exporting a form will take all user entries given for a form and place the contents into an Excel document that will be downloaded by the browser.

Viewing Form Entries

User form submissions can be viewed by clicking on the view entries button next to the form title.

Further details can be found in the documentation: https://ops-com.atlassian.net/wiki/x/UoDAAw

Related Pages