The plugin Form requires 2 new configuration parameters:
Go to the application configuration interface to enter these 2 parameters
Application parameters are documented on the general administration manual page: Application configuration CMS
This extension brings 4 new rights.
Content rights" category
Right title | Role |
---|---|
Forms edition | Add and edit forms in the online editor (add fields, modify...) |
Forms" category
Right title | Role |
---|---|
Delete entries | Allows form entries entered by visitors to be deleted |
Export forms | Export and view data sent by visitors on forms |
See the request | Allows you to view the SQL query used to obtain form data |
Form data is stored in SQL databases.
A table is created for each of your forms.
Its name is prefixed by"PluginForms-". Table and column names are generated from their respective IDs.
When a contributor deletes a field, the column remains in the SQL table, but is no longer used by the application. As a result, you will still be able to access all the data if you wish.
Similarly, when a form (or its content) is deleted, the entire SQL table (data and structure) is preserved.
For the moment, there is no way of determining :
This tool in the administrator interface allows you to view forms stored in the database but no longer referenced in CMS. It can also be used to permanently delete the corresponding SQL tables.
The tool lists :