This topic is locked
[SOLVED]

 How to change Default Search Setting Radio Button

11/5/2014 11:26:35 AM
PHPRunner General questions
A
Anapolis author

In the Advanced search page I cannot find a way to modify the default Search Option Criteria "All" "Any".
Right now the Radio Button is selected "All" by default.
I imagine this is involving javascript onLoad.
What is the trick to keep the Search Criteria always marked as "Any" unless overwritten by the user.?
Thanks for your help.

A
Anapolis author 11/6/2014

Well, the short way is the way I did this. In the Visual Editor using HTML view. Removing code for "All" and then writing checked='checked' inside the Input field code in the revised Search template.