Blog Sections Open
Building a Personal Account Area with FormLister
A high-level guide to using FormLister for add, edit, and delete flows inside a simple personal account section.
FormLister is flexible enough to drive more than isolated forms. Many projects use it as the form engine behind a lightweight personal account area where users can add, edit, and remove their own content.
Typical structure
- a list of the current user’s resources
- a form to add a new item
- a form to edit an existing item
- a controlled delete flow
Why this works well
Instead of building a full custom application from scratch, the project can reuse Evolution CMS content structures while FormLister handles the interaction layer.
The important rule is to keep ownership checks explicit so users only edit their own resources.
Working with JotX in Real Evolution CMS Projects
A practical note on common JotX questions, especially when projects use AJAX-oriented output modes and want to simplify the comment interface.
Filtering DocLister Items by a TV Date Field
How to work with TV date fields in DocLister when values may include a plain date or a date-time string.