Hi,
I need to convert a checkbox to a drop down and multiple choice scroll box.
I need to use both.
I would really appreciate someone's help.
here is the code:
<form action="index.php" method="get" id="class_search_form">
<fieldset>
<legend>{lang_class_lookup_legend}</legend>
<input checked="checked" name="pclass[]" value="" type="checkbox" id="class0" onClick="SearchClassCheckALL()" />{lang_all_lists}<br />
{prop_class_checkboxes}
<br />
<input name="action" id="action" type="hidden" />
<input name="build_search" value="{lang_search_list}" type="button" onclick="document.getElementById('action').value='search_step_2';document.getElementById('class_search_form').submit();" />
<input name="view_search_results" value="{lang_view_list}" type="button" onclick="document.getElementById('action').value='searchresults';document.getElementById('class_search_form').submit();" />
</fieldset>
</form>
Thanks,
DataCom