Formidable Masterminds uses many custom shortcodes that I've written. With a custom shortcode, if you know what your doing, you can manipulate view displays to show anything you want. Here are some examples that I just released as part of the code for Codex V2:
Read down the first few paragraphs until you come to the list items of Formidable add-ons without WordPress hooks. This is an example of a custom shortcode extracting Formidable Form data from a dynamic lookup table in real time.
Here's another example: Codex V2 Filter List
The output below the search form is a triple-nested Formidable Visual View. The 3rd-level view's output is a single shortcode with parameters. The parameters allow the single set of views to work across both action and filter entries.
Much appreciated Victor.
Please login or Register to submit your answer
Are you using a view or just WPDataTables? With a view, you create it once and your table should generate automatically every time to display it.
i used view and WPDataTable in a view and stand-alone in a page. To show the current weekly average is ok. What i would like to display is the previous week number average values till current week number( there is a wordpress plugin which provides a shortcode for that). Also i want to display these based on a form which will filter the user id ( user report data sheet concept).
I'm trying to figure out a way in FF view if i can for a foreach value of week number ( 1 to currentweek ) to do a listing of the average. That is the tricky part. I wanted to do in WPDataTable but i noticed that the frm-stats is not running in cell if i add it as a shortcode if i run a URL filter based on frm_user_id.