Free
Software Version: WordPress 5.1.x, WordPress 5.0.x, WordPress 4.9.x, WordPress 4.8.x, WordPress 4.7.x, WordPress 4.6.1, WordPress 4.6, WordPress 4.5.x, WordPress 4.5.2, WordPress 4.5.1, WordPress 4.5, WordPress 4.4.2
Updated at | 01/09/2024 (a year ago) |
Virus check | |
File size | N/A |
Download times | 0 |
eForm Easy SQL is an addon for our eForm – WordPress Form Builder plugin. It allows you to directly export submissions to a dedicated database table on the go.
Easy SQL Addon works alongside with eForm, without modifying the core. If active, during every form submission and updation, it checks for its relevant entry on the export table, and if not found or required, it adds or updates the record corresponding to the submission. Each question element of the form gets its own column and every row of the table represents a submission.
Once the submissions are saved in their own database table, you can perform a bunch of SQL operations on them directly. This essentially removes all limitations you’ve had with FSQM’s own serialized data storage system.
With version 1.2.0 you have a new revision control feature. If this is enabled, then whenever user performs an update Easy SQL will store the older data. It can later be viewed in a side-by-side table through admin interface or can be downloaded through the XLSX file.
* Fixed: Issue with HTML special entities in element label causing SQL to break.
* Added: Compatibility with eForm v3.6.0 * Added: referer, url track, time and link in the XLSX download * Added: Option for entry delimiter * Improved: Auto Export page will show only forms whose settings are active * Improved: Change default row delimiter to \n\n
* Improved: Use value class to populate row data
* Added: Revision control system to compare user updates * Fixed: Issue with range and spinner elements recording incorrect item label
* Added: Support for jSignature elements * Added: Support for Payment elements
* Added: Now showing script/db version in the admin page
changelog classes/class-ipt-exp-sql-admin.php classes/class-ipt-fsqm-form-elements-sql.php ipt_fsqm_exp_sql.php
* Initial Release