# August 2025

### General Improvements

#### **Form Designer - 3/8/2025**

* Roles concept:
  * Role-based permissions introduced to control who can create, edit and view forms.

* Table feature:
  * Allows users to dynamically add rows of related data. e.g Entering multiple child records under a parent form.

* Activate/Deactivate button:
  * Users can now activate or deactivate forms without deleting them.

* Delete form function:
  * Users can now delete forms, including all previously submitted data.

* Search on list of forms:
  * A search bar is now available to quickly find forms by name or keyword.

* Tags features:
  * Forms can now be tagged for easier categorization and filtering.

* File upload improvements:
  * Setting different types of files/file size are now supported.

* Custom error messages:
  * Developers can now specify custom validation error messages per field.

* Change history display:
  * Users can view edit history and restore previous versions of the form.

* Date field restrictions:
  * Date fields now support restrictions (e.g. no past dates or future limits).

* Duplicate button:
  * Users can duplicate an existing form to speed up new form creation.

* Export and import:
  * Forms can now be exported and imported across environments.

***

### Bug Fixes

#### **Form Designer - 3/8/2025**

* Form Designer would automatically translate words.&#x20;
* Form Designer title was not aligned with the rest of the text.

#### **TaskUI - 18/08/2025**

* Fixed an issue where clicking on 'Forgot Password' only refreshes to the login page.
* AdvancePdfViewer keeps refreshing when selecting a page.

***

If you have any questions, please contact CumulusPro support at <support@cumuluspro.com>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.cumuluspro.net/release-notes/august-2025.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
