Hi Victor! Ninja Tables is a table builder plugin in the market to create WordPress tables from scratch. Our business is currently using it to display ranked high school athletes in the US from various sports and we wish to use this as a lead magnet to collect user information so that we can get them into our email marketing funnel. I was hoping the Formidable could provide a solution where a user must fill out a form on the site that is blocking them from viewing the rankings table/content on the page. Once they enter their information and click submit, then the rankings table/content is visible to the user.
Okay. You can do all of this in Formidable, but only through custom code. You have to use the global $wpdb object to access tables that do not belong to Formidable but are in the WordPress database. You can also access non-WordPress databases through ODBC or REST.
As far as displaying the content, you may have to write your own report. Formidable views are filtered by entry id. A view won't work for a foreign table. This is all custom work.
Based on my experience, you're probably looking at 10-20 man hours for a project of this nature..
Please login or Register to submit your answer