10-10-2008, 02:16 PM
[eluser]Mitja B.[/eluser]
is it possible to use id in form_dropdown() like
<select name="select1" id="select1">
or just name="".
Code:
form_dropdown('categoryId', $options)
is it possible to use id in form_dropdown() like
<select name="select1" id="select1">
or just name="".