Add filters in the Formidable Forms Views




  1. First we have to create a search form:



Let’s suppose we have the ID number 30 of search form. And let’s assume we want to filter entries by dropdown field. 

In this case we are going to apply only one  filter:

let ‘s suppose the id of that dropdown field is [465]


Now go to the setting of the form and paste the following url in the redirection of the form. 

https://sizzlinghotmarriage.com/shm-show-guest-list/?fname=[465 sanitize_url=1]


If you want to apply more than one filter than add & at the end of the code and add another field.



Remember that fname is the key which we are going to use: 


  1. Now go the Views of the form and create a view:



Create a table view and add all the entries which you want to add;

Now add a filter at the start of the view:


Now select the tha field which you want to be filtered.

And select like or equal and paste that code in the next field

[get param="fname"]





  1. Now add both the form and the view in a single page. 


That’s it.