Can't pass attributes to dropdown |
[eluser]maddtechwf[/eluser]
I've been looking at this page and can't quite figure something out. I have a dropdown box that I need to pass a CSS class to but don't see that in the manual. Any suggestions? I've tried the following but I did not work. Code: <?php
[eluser]sv3tli0[/eluser]
Code: form_dropdown($name = '', $options = array(), $selected = array(), $extra = '') First is your select box name, then all options, then selected and at last id/class.. ![]() |
Welcome Guest, Not a member yet? Register Sign In |