Bonjour
I have a list-results view, with "date" and "Lieu" fields.
(Guest level security)
I wish to display on a website (within an iframe)
this view but with a pre-search build
(minimum 2 parameters):
ex Date="2007" and Lieu="Biscarrosse"
I got this log (in a PhpEd)
"Client", "asearchfield[]=Lieu", "10:19:42", ""
"Client", "asearchopt_Lieu=Contains", "10:19:42", ""
"Client", "value_Lieu=Biscarrosse", "10:19:42", ""
"Client", "value1_Lieu=", "10:19:42", ""
"Client", "asearchfield[]=Date", "10:19:42", ""
"Client", "asearchopt_Date=Contains", "10:19:42", ""
"Client", "value_Date=2007", "10:19:42", ""
"Client", "value1_Date=", "10:19:42", ""
How do I pass the variables in the url?
or a way in PhpR?
I made a new custom view for that and test, but
I'm lost in the "events".
Thanks