-exclusive- Formidable Forms Integration For Wpdatatables
Before this integration, moving data from Formidable Forms entries into a wpDataTable was a clunky process. You could export CSV files manually, use custom SQL queries, or rely on third-party automation tools like Zapier. Each method introduced delays, potential errors, and technical overhead.
jQuery(document).ready(function($) $('#formidable-field-category').change(function() var category = $(this).val(); $('#wpdatatable-1').DataTable().ajax.url( ajaxurl + '?action=get_filtered_data&cat=' + category ).load(); ); ); -EXCLUSIVE- Formidable Forms integration for wpDataTables


