Datatables-Shortcode for Formidable Forms

Formidable Forms is the most robust data-driven application-building software available (in my opinion).  The sky really is the limit when it comes to what you can do, from simple contact forms to robust applications good enough for the government to use.  Prior to Strategy 11 developing the visual views addon, many of us would code HTML Tables to display our data within a view.  This was time-consuming and sometimes cumbersome.  Now with Visual Views, you can create an HTML Table view at the drop of a hat, code written for you by FF.  The problem is, now how can you search it in real-time?  How can you export the view as a PDF, Copy the Contents of the filtered view or download the view as a CSV quickly?

All of these things were almost impossible with the old HTML Tables, without adding some custom code to each view, etc.  While creating an application for a local governmental agency, and building views by hand time and time again, I decided I wanted to look for another option.  I knew I wanted to use JQuery Data-Tables, but if you are not a developer, it can be complicated to implement onto your server.  Chris Adams of FDM Digital wrote up a great tutorial a few years ago, but there had to be an even easier way to do it.  So I set out to get a shortcode that could be implemented easily in a view and give me the same results. What started as a basic PHP Snippet from Andrew K, DSFF has morphed into what it is now, having been modified for much more functionality.

Now, here we are. Datatables-Shortcode for Formidable Forms is a .json file exported from the Code Snippets Plugin, that is implemented as a shortcode that turns any HTML table wrapped in the shortcode into a fully functional JQuery Data-Table.  The shortcode allows for the pre-determined sort of a column and the order in which it will be sorted.  It further allows you to export your filtered view as a PDF, PRINT, CSV, or copy the content to your notepad.  The buttons can be turned off or on in the shortcode.

The best part is you can now search that HTML table in real-time and choose how many entries you want to see, in a fully responsive DATA-TABLE.  We have also included the SearchBuilder button Integration giving you:

  • More searching functionality
  • Complex searching across multiple columns at once
  • Easily changeable logic operators
  • Custom conditions
  • Fully internationalisable

Implementing JQuery Data-Tables into a Formidable Forms Table View has NEVER been this easy.  You simply wrap the FF View ID in the shortcode on your wordpress page, or in the before and after fields of your actual view (either way works perfectly).

For a one-time fee of $40, you can start implementing this shortcode on unlimited websites, making your user experience so much easier!

Simply purchase the file, then import it into the Code Snippets Plugin to activate the shortcode.

Purchase

Use either link below to purchase.  Instructions on how to use the shortcode will be sent after purchase.  Immediate download after purchase.

View Demo

 

DEMO VIEW

DEMO is presorted on “column 3” and ordered to “desc” using the shortcode on load.

The shortcode we use in WordPress to display the table below is:

[datatables sort=”3″ order=”desc” buttons=”all”] [/datatables]

Enter Data

Sample Contact Form Data
Start Over