Topic: Return Search Result by URL String (possible?)
Hi,
For instance, I created a "Profile Field" ID as "screened_member" with a value of "No" and "Yes".
Now I would like to link a button on homepage when clicked return a Search Result Page with a list of Members whom has the "screened_member" field selected value of "Yes" in their profile.
Assuming the above method works, then how should the URL be?
Example: button link on the homepage probably look something like:
<a href="{virtual_path}index.php?m=search&issearch=1&&screened_member=Yes">Screened Members</a>
It it possible?