The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

Manually Control Number of Entries in a View

Labels

This Discussion is public

Notifications

I see that there is a setting to limit the amount of entries in a view, but is there a way to manually have the user set this from the page that is outputting the view. I have an entry of over 400 projects that I would like to limit to about 50 entries per page. For example I would like for the user to be able to change the entry count from 25, 50, 75, 100, etc. and then have the number of pages that they could navigate through in order to view all the projects.

[display-frm-data id=x filter=1 page_size=[get param="frm_page_size"]]
This tells the publish shortcode to get the value for the frm_page_size parameter from the URL.

Now you can create a link like: yoursite.com/view-page/?frm_page_size=10 to show 10 entries or yoursite.com/view-page/?frm_page_size=100 to show 100.

You could just add links to your View or on the page that link to the same page with the parameter.

Source: https://formidableforms.com/help-desk/change-the-page-size-parameter-on-the-front-end/

Discussion closed.