By Clay Li on Tuesday, 29 August 2023
Category: Feature

How to Add a Custom Section in Forms

A custom section may be added in release R2023d of August 2023. A section is used in new, edit and read forms to segment data for better presentation. For instance, "DESCRIPTION" is a section in work order task form below. Admin users can add own (or custom) sections to Calem forms in the steps below.

1. Find View IDs

Each form in Calem has a view associated with it. The first step is to identify the view to add custom sections.

2. Configuration Change

A custom section is configured in the client configuration file (CmConf.custom.js). For instance, a custom section "cs_reading22" is added to the config file.

3. Add to Form

The last step is to add the custom section to the form. 

Additional Resources

Related Posts