Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Introduction

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

Existing form data is not compatible with the new format.

Accessing Forms

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

  • User Management → Forms → List Forms (new)

image


Forms List

This will open the forms list page.

image

Several options are presented to the user from this page.

  • Add new - opens a new blank form

  • Edit form - existing forms can be edited by clicking on the pen icon next to the form title.

  • View entries - entries submitted by users for a form can be viewed by clicking the buttons in the column.

  • Options:

    • Copy - this will create a duplicate of the form without any of the entries. Useful when changes are to be made to the form structure without affecting existing entries.

    • Archive - this will archive the form and all its entries, removing them from view.

    • Export - this will export the form and all entry data to an Excel file.

Add Form

image

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

Form Basics

image

  • Title - the name of the form.

  • Visible - whether or not the form is visible to users.

  • Description - text describing the purpose of the form.

  • Show At - the date at which the form becomes visible to users.

  • Hide At - the date at which the form becomes hidden from users.

  • External Form - a URL to a form on an external site.

Post Form Actions

image

  • Perform After Submit - special actions that will be applied after a submission is made by a user.

    • Mail to specific email - after a submission is made, a notification email will be sent to the email address specified below.

    • Show form back to user - after a submission is made, the form data will be shown back to the submitter.

  • Email Subject - the subject line of the email notification to be sent back to the creator of the form when a submission is made by a user.

  • Email To - the email address the notification email is sent to.

  • Email From - the from address assigned to the notification email.

  • Completion Text - the message shown back to the user after making a submission.

Questions

image

Under this tab is where the form questions are built.

The possible question types are shown to the right of the screen, and can be drag-and-dropped to the space in the center to create the question.

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

Question Types

  • Checkbox Group - presents the user with a list of checkboxes, from which they can choose multiple options.

  • Date Field - a selectable date time for user input.

  • Header - a header or title to present information to the user. No information is entered by the user.

  • Number - a number for the user to input.

  • Paragraph - a paragraph of text to present information to the user. No information is entered by the user.

  • Radio Group - presents the user with a list of radio buttons, from which they can choose one.

  • Select - presents the user with a dropdown menu of multiple pre-defined options. Multiple items can be selected if enabled, or only a single when not.

  • Text Field - a short text field used for user input.

  • Text Area - a long text field used for user input.

Question Options

Various options that can be applied to most question types.

  • Required - enabling this will make it so the user must answer the question before they are able to submit the form.

  • Label - the name or title of the question.

  • Help Text - will give the user additional information or context about the question. Makes a question mark icon appear next to the question that will display the text in a tooltip when clicked.

  • Placeholder - for a question where the user provides the answer, will display the text in the background of the text field before the user enters a value.

  • Value - the default value for a question.

  • Searchable - this enables the field contents to be searched on when searching through form entries.

  • Admin Only - questions marked as admin-only will not be shown to users. It is used for admins to add comments or notes to a form entry submitted by a user, such as if an application was approved or denied.

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 their contents into an Excel document that will be downloaded by the browser.


Viewing User Entries

User entries can be found by clicking on the view entries button next to the name in the list forms page.

Doing so will open the entry list view page.


Submitting Form Entries

  • No labels