Forms & Surveys

Note to Developers

This is not a development and play area, even on the core development site. This area is for developing content that goes into the CMS release and is used in project release testing. If you are running developer level testing, use the CMS Test Area.

General Forms

The CMS is packaged with a series of general forms that are useful right out of the box, and can be modified as needed. New forms are added with each release.

Module Forms

Various CMS modules come with special fixed forms or starting point forms.

The simple Business Directory module includes forms for joining the directory and managing directory listings.
The Call for Abstracts form (usually used in conference management websites) is a built using the Forms Manager so it's easily re-configurable. However it connects to hard coded system functionality, so customisations should only be performed by someone with developer level knowledge and the ability to fully test changes.
The donation form is a specialised form widget that allows collection and online payment of regular and one-off donations.
The membership modules including configurable forms for joining, upgrading, and renewing membership, as well as requesting and managing organisation level membership sub accounts.
There are various different ways to present subscription forms on the website.

Form Tools

Form tools and widgets are provided to generate reports and manage form data.

Display and manage form results. This page can be made publicly visible and will show a login prompt before displaying submissions. The form submissions widget is more useful in intranets/extranets than in public websites.
This page is for testing the view/edit form widget. It needs an encrypted key passed to it, usually automatically from another component such as the Form Submissions widget. Nothing will be visible without the key. You wouldn't normally make this page visible in navigation.
View a report of all form submissions in one big list.

Test Forms

This container holds forms that can be used for testing layout and CMS functionality while building a site.

The form on this page has a text field, a multi-checkbox field, and another (conditional) text field that only becomes visible if you check one of the check box options
This page shows how you can embed the same form into different pages.
This form has more fields than the simple test form, and a few tricky conditions and rules attached to it.
This is the Advanced Test Form using the multi step / paged view.
This page form behaves like a survey. Questions are presented in pages, and it also includes a ranking question, the autosave draft feature, and a single user submission rule.
Certain types of fields in a form can be encrypted for storage using a strong RSA public/private key algorithm.
This form is used for testing how the Forms Manager hides sections and groups when there are no visible fields within them.
Try out multiple list fields on a page, and editable grid fields with fancy features.
A few different sections are included on the form, and the ability to add a couple of optional sections using a dependent field.
Example of a form that accepts registration for an alumni portalt.
Who's test form is this?
Back to top