About FormDataManager
FormDataManager is a MODx Revolution Custom Manager Page (CMP) that can be used to define layouts for viewing and exporting data created from forms.Currently, this works with form data generated via the Formz extra, FormIt saved forms (using the FormItSaveForm hook) or Custom Tables.
Being able to provide consistent export files using a defined layout can be very beneficial for integration with external applications or databases.
Information
Released
April 2, 2018
Supported Database
MySQL
License
GPLv2
Instructions
Install via Package Management.
Please ensure that you also have either FormIt or Formz installed or else there will be no functionality available.
This CMP uses the Modx 2.3+ menu system and by default creates a menu entry under the Extras (Components) menu.
New in 1.2.2-pl
Added feature to set the layout field type (text,textarea,date,number).
Changed view data grid to enable horizontal scrolling and column changes to make viewing data easier.
Column widths in view data grid sized according to field type.
Added check on returning to home page to go to last referenced tab.
New option to define a date field to be used for export date range for Custom Tables.
Improved export routine do correctly select records and output JSON data for CSV.