Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This demo form illustrates panels that work this way.  The caret character in the top right corner of each panel can be used to expand and collapse it.

Note
titleCollapsible

Note that some versions of GlobalForms do have a "Collapsable" option in the component's properties, but this option is not intended for the purposes outlined here and this component option should be ignored.


Implementation

Setting up collapsing panels on a form does involve a small amount of Javascript and CSS.  Once your GlobalForms system is setup to support it, adding collapsing panels is very straightforward.

...

  1. Add a new HTML Component to the top of the form and reference the CSS file.  The properties should look like this:



  2. Add a new HTML Component to the top of the form and reference the JS file.  The properties should look like this:



  3. Add a panel to the form.  Any panel that should have Collapse / Expand ability needs a value added to the Custom CSS Class property of the component.  Possible values are panel-body-closed or panel-body-open.  Use the appropriate class to identify the panels default state of open or closed.

...