The Bootstrap Admin Forms can be customized in editing the PHP Form Builder forms in the admin/inc/forms/ folder.
PHP Form Builder is included in PHP CRUD Generator's package.
With all its functionnalities and plugins.
This means that you can edit the Admin forms with all the PHP Form Builder's functions and features.
The full documentation, sample codes, templates and tutorials are available on PHP Form Builder's website.
All the Admin forms are located in the same folder in admin/inc/forms/.
Each table uses 3 forms:
where "table" is the sanitized name of your table.
All the actions (database recordings) are done in the same files after validation.
You can easily edit these files to customize according to your needs: send email, add form plugins, ...
Tinymce's Javascript configuration is available in class/phpformbuilder/plugins-config-custom/tinymce.xml
If you installed PHPCG in a subfolder of your project, or if you use the Responsive File Manager you'll have to edit Tinymce's configuration accordingly to your settings:
base_url
To edit the Bootstrap Admin Forms you must beforehand:
The Bootstrap Admin Panel
Files & logic
Navbar
Content
Debug