Support Forum

 
You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Can't get URL-based filtering to work

Information/How to
UserPost

3:29 am
March 16, 2011


Anthony

1

I'm a formidable-pro user, and have been trying to replicate the functionality of the "Filter by:" function in the formidable pro bug tracker demo.

I have tried typing http://wordpresshome/formpage/…..dkey=value

 

so as to filter the display list by the field and value displayed in the URL, however after multiple combinations (with/without spaces, with/without caps etc), I always get the full list as configured in my form display settings.

Could anyone help?

5:06 pm
March 16, 2011


Steph

2

This URL filtering requires you to specify your choices in the custom display settings. The important part you are missing is adding a row to the "where" section. If you use "?fieldkey=value", then you would add a where row to set that field "equal to" "[get-fieldkey]". In the bugs example, "Where" is set to: Status is equal to [get-status].

Let me know if that doesn't help.

P.S. You'll get faster support if you post in the Pro forums.

Information/How to