Filtering Data

Posted by:

There are two types of filters

  • Fixed filters: These filters are always applied and the user viewing the page can’t remove them. These filters are useful when you want to allow the users to see only specific records, for example, the entries they have submitted.
  • Dynamic Filters: In this kind of filter you let the users decide what they want to search, for example, if you have a text box field you could add it as a dynamic filter and let the user search records with a specific text in it.

Adding fixed filters

To add a fixed filter do the following:

1.- Go to the page designer/ Settings /Form and Filters

2.- Click in ‘Click here to add your first filter’

3.- Define the filter, you can see up a filter the same way as you set up a Conditional Logic. In the example below the page will show only the records submitted by the user viewing the page

Adding Dynamic Filters

To create filters that the user can change do the following steps

1.- Add a search bar block to your page

2.- In the search bar settings click on ‘Add Field’

3.- Select the field you want to add in the search bar (you can add multiple if you want) and the Comparison type. In the example below the plugin will search all the records where the field called ‘Text box’ contains the text the user is searching.

That’s it! for each field you add the plugin will add an element in the search bar that your users can use to perform the search.

0

Getting Started

Posted by:

With the pages AddOn you can create pages using the submitted entries. This helps you create advanced systems like user portals, listings, or any kind of page that you want to create with your entries. You can find some examples of the kind of pages that can be created in the Page Builder Gallery

To create a page do the following:

1.- Open the pages add on

2.- Create a new template

3.- Select the kind of template that you want to use

4.- Design your page with the drag and drop builder. In the example bellow i selected a listing template and configured it to display the image, name, email and bio

This is the result that this layout will generate:

That’s it! now with my page layout created i just need to add its shortcode to any wp page or post. You can find your page shortcode in the listing section:

0