This topic is locked

Change Conditions - Advanced Search

9/9/2009 10:19:08 PM
ASPRunnerPro General questions
B
bpawlowski author

Is there a way to have most fields use the "All Condition", but then specify which fields use the "Any Condition"? I've tried copying the code, and moving it down in the page. I renamed the "name" to "type2", but it still picks up the original. Any help would be greatly appreciated.
<DIV style="WIDTH: 100%" class=xboxcontent><SPAN class=fieldname>Search

for:</SPAN> <INPUT type=radio name=type {$all_checkbox}>All conditions

&nbsp;&nbsp;&nbsp; <INPUT type=radio name=type {$any_checkbox}>Any

condition </DIV
Thanks for any help....Ben

Sergey Kornilov admin 9/10/2009

Ben,
'All' and 'Any' can be applied to all fields only. You cannot mix them.