Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
Hello,I have a user that just needs a date range search and two textbox contains fields also.She does not like the not and dropdown selection.I just need to make it really simple for her.How can I do this?Thanks
Frank,you can use the HTML mode on the Visual Editor Tab. Add style="DISPLAY: none" to every cell you want to hide.Here is a sample:> <TD vAlign=middle align=middle> </TD><TD style="DISPLAY: none" class=fieldname vAlign=middle width=30 align=middle>NOT</TD><TD vAlign=middle colSpan=3 align=middle> </TD></TR>{BEGIN field_1_fieldblock}<TR class=shade><TD class=fieldname>Field 1 <TD style="DISPLAY: none" align=middle><INPUT type=checkbox {$field_1_notbox}></TD><TD style="DISPLAY: none">{$searchtype_field_1}</TD><TD width=270>{$field_1_editcontrol} </TD><TD width=270>{$field_1_editcontrol1} </TD></TR>{END field_1_fieldblock}