Thanks very much for the help, Gunner. I tried copying from the advanced search to the basic search in searchform.html and that didn't work. However, when I added _basic to the input name and id, it worked!
Here is what I have finally for a checkbox called "Acorn":
Code:
<td class="dataLabel" noWrap><span sugar='slot3'>{MOD.Acorn__c}</span sugar='slot'> <span sugar='slot3b'><input type='hidden' name='acorn_c_basic' value='0'><input type='checkbox' name='acorn_c_basic' id='acorn_c_basic' title='{ACORN_C_HELP}' value='1' {ACORN_C_CHECKED}></span sugar='slot'></td> Thanks again for the help!
Bookmarks