Do you require more flexibility in what and how you display your data in WordPress / Formidable Forms (Gravity Forms, etc.)? We can integrate Formidable with Datatables and realize that need.
There are 4 design elements required to make the integration possible:

  • A WordPress Page
  • A Formidable/Gravity Form (this is optional and can be replaced by WordPress posts, or even a direct database call)
  • A Code Snippet
  • Server Side component

Some important aspects of this integration are (1) Datatables accept json format (2) Server side code should return data as json_encode (3) You can formulate input text fields dynamically from the server side code and display that as table column (fabulous feature!) (4) On the client side, simply parse the returned json and load the table by setting the data variable in DataTable constructor.

Please feel free to contact us if you need help to implement a similar solution.