This topic is locked

need to code custom search

4/30/2010 12:14:38 PM
PHPRunner General questions
F
frocco author

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

A
ann 5/3/2010

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>&nbsp;</TD>

<TD style="DISPLAY: none" class=fieldname vAlign=middle width=30 align=middle>NOT</TD>

<TD vAlign=middle colSpan=3 align=middle>&nbsp; </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}&nbsp;</TD>

<TD width=270>{$field_1_editcontrol1}&nbsp;</TD>

</TR>{END field_1_fieldblock}