Pierre Lacoste
02-16-2004, 06:36 AM
Hello,
I just want to know how to give the possibility for the user to search on a specific path with a select list.
I try to replace :
<input type='hidden' name='path' value='$path'/>
by
<select name='path'>
<option value='$path'>All path</option>
<option value='actualite/%'>Specific path 1</option>
<option value='news/%'>Specific path 2</option>
</select/>
in function_phpdig_form.php.
Is it a good solution?
I just want to know how to give the possibility for the user to search on a specific path with a select list.
I try to replace :
<input type='hidden' name='path' value='$path'/>
by
<select name='path'>
<option value='$path'>All path</option>
<option value='actualite/%'>Specific path 1</option>
<option value='news/%'>Specific path 2</option>
</select/>
in function_phpdig_form.php.
Is it a good solution?