Maintenance 26/100397d since update
Active installs
300
Downloads
4,598
Reviews
0
Age
10.1y
TagsemailformformsajaxInput
Plugin info
Total downloads: 4,598
Active installs: 300
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 11/28/2024 (397 days ago)
Added to WordPress: 12/16/2015 (10 years old)
Minimum WordPress version: 5.5
Tested up to WordPress version: 6.7.4
Minimum PHP version: f
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 397 days ago
26/100
Is Form Data Collector abandoned?
Possibly abandoned (last update 397 days ago).
Compatibility
Requires WordPress: 5.5
Tested up to: 6.7.4
Requires PHP: f
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Contact Form 7 – Dynamic Text Extension
Rating 4.7/5 (100 reviews) • Active installs 100,000
Masks Form Fields
Rating 5.0/5 (23 reviews) • Active installs 10,000
International Telephone Input With Flags And Dial Codes
Rating 4.1/5 (7 reviews) • Active installs 1,000
Conditional WooCommerce Checkout Field
Rating 4.1/5 (15 reviews) • Active installs 500
Gift Cards – Coupon Input
Rating 4.0/5 (2 reviews) • Active installs 200
Input Scanner
Rating 5.0/5 (2 reviews) • Active installs 100
Description
This plugin is a developer’s toolkit for collecting form data from your WordPress site. It provides the necessary hooks and utilities for you to manage how data is stored and displayed later.
The best way to get started is to look at example-functions.php and example.php in /plugins/form-data-collector/example folder.
You can see a list of utilities and hooks here.
Not compatible with 1.x.x versions 🙁
Installation
- Go to your admin area and select Plugins -> Add new from the menu.
- Search for “Form Data Collector”.
- Click install.
- Click activate.
- A new menu item called “FDC” will be available in Admin menu.
Frequently Asked Questions
No FAQ available
Review feed
No reviews available
Screenshots
No screenshots available
Changelog
2.2.4
- Sanitize POST data
2.2.3
- Fixed minor bugs
2.2.2
- Added ´fdc_privacy_policy_content´ filter to add suggested privacy policy text to the policy postbox.
- Fixed an meta_value serializing bug
- Minor bug fixes
2.2.1
- Minor bug fixes
2.2.0
- Added an option to force delete an entry and all its data.
- Updated how to validate inserted data before it will be inserted into database. It uses WP_Error class. Take a look at the examples.
- Improved error handling.
2.1.0
- Introduced
fdc_pre_get_entriesaction hook. It works like WordPress corepre_get_postsaction. fdc_get_entries()now accepts meta_query as parameter. It works similarly to WP_Query meta_query parameter.fdc_get_entries()now accepts date_query as parameter. It works similarly to WP_Query date_query parameter.fdc_get_entries()the parameterentry_date_afterwas replaced with thedate_queryparameter.
2.0.1
- Minor bug fixes
2.0.0
- Total rewrite. Not compatible with previous versions 🙁
- Added custom database tables
- Added utilities to insert, get and update data
- Added support for file(s) upload.
- Now
fdc.ajax.postaccepts also javascript object as first parameter (Beta) - New hooks
- Renamed
restrict_manage_px_fdcaction hook tofdc_restrict_manage_entries - Removed CMB2
- Bootstrap Modal was replaced with Thickbox