You can always pass a value in a query string like this: my_url.com?param=value. Then you use [get param="param"] as your view filter. As an FYI, views have nothing to do with posts. Posts are filtered by wp_query. View are for Formidable entries.
This supports the "single-source-of-truth" principle in data management, when I create posts I no longer add data to them. I have a custom CPT template that displays a Formidable view in the post.
Please login or Register to submit your answer