teufels / typo3-formlog-delete
TYPO3 extension that adds bulk delete functionality to the pagemachine/typo3-formlog backend module.
Package info
bitbucket.org/teufels/typo3-formlog-delete
Type:typo3-cms-extension
pkg:composer/teufels/typo3-formlog-delete
Requires
- php: ^8.2
- pagemachine/typo3-formlog: ^2.6
- typo3/cms-backend: ^13.4 || ^14.3
- typo3/cms-core: ^13.4 || ^14.3
This package is not auto-updated.
Last update: 2026-06-26 14:16:25 UTC
README
[ ṯeufels ] Form log Delete
TYPO3 extension that adds bulk delete functionality to the pagemachine/typo3-formlog backend module, including permission control and confirmation dialog.
This version supports TYPO3
Composer support
composer req teufels/typo3-formlog-delete
Requirements
"pagemachine/typo3-formlog": "^2.6"
Notice
- Deletes are permanent (hard delete, bypasses TYPO3 recycle bin).
- The delete button only appears when at least one form log entry exists.
Quick Guide
1 — Grant permission
Backend users (non-admins) need the custom permission "FormLog Delete → Delete FormLog entries"
(Backend → Access → Backend Users → Edit → Custom Options).
Admin accounts always have access.
2 — Open the Form Log module
Navigate to Web → Form Log in the TYPO3 backend.
3 — (Optional) Apply filters
Use the column filter dropdowns or the date-range picker to narrow down the entries you want to delete.
The delete button turns yellow when filters are active, red when no filters are set (= all entries).
4 — Click Delete
A confirmation dialog shows:
- the number of entries that will be deleted
- the active filters (page, form identifier, date range)
- a prominent warning when no filters are active
Confirm with "Delete N entries" to permanently remove the records.
Changelog
[0.0.1] - 2026-06-26
- [INITAL] initial development