CustomSearch landing url pre-filled with search criteria
Thank you Jonny for your help. ♥️
Based on you comment and the doc at http://doc.tiki.org/PluginCustomSearch#Radio_button_example: I modified my code and added the "customsearchjs" parameters.
Copy to clipboard
{input _filter="content" type="radio" _field="tracker_field_biensAC3TypeDOffre" _value="vente" id="type" _group="20"} {input _filter="content" type="radio" _field="tracker_field_biensAC3TypeDOffre" _value="location" id="type" _group="20"}
Then:
tiki-index.php?page=biens#type=location
tiki-index.php?page=biens#type=vente
or
biens#type=vente
It just load the page with nothing selected.
I have the feeling I’m missing something.
(not sure what radio buttons will look like) ?? What do you mean