Hi
Regarding cf_search_ parameter I found only one page: https://wiki.vertuna.com/display/CONFIFORMS/Creating+links+to+filter+views+from+request+parameters+-+url, but there is mentioned only one parameter.
How to combine more parameters from the form? Something like ...?cf_search_myForm=AAA:10&BBB:myString
or
...?cf_search_myForm=AAA:10&cf_search_myForm=BBB:myString
Thanks
Miroslav
Hi
You can have any filtering expression after your form's prefix
?cf_search_myForm=AAA:10 AND BBB:myString
Most probably URL encoding the parameter to conform with specs
?cf_search_myForm=AAA%3A10%20AND%20BBB%3AmyString
PS, you marked this question as "cloud".. but this will work ONLY for server/data center
(as mentioned on https://wiki.vertuna.com/display/CONFIFORMS/Creating+links+to+filter+views+from+request+parameters+-+url)
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.