Trying to get it to work with a set of radio buttons instead of the drop down list.
<form name="access_options" action="#" method="post" class="css_skin_form">
Default : <input type="radio" name="access_options" value="1" checked="checked">
Accessibility: <input type="radio" name="access_options" value="2">
Mobile Device: <input type="radio" name="access_options" value="3">
Work Safe: <input type="radio" name="access_options" value="4">
IE6 / Browser: <input type="radio" name="access_options" value="5">
<input name="submit" type="submit" value="set" class="css_skin_button" />
</form>except its not working. i’m guessing its a simple matter of having teh form set up right…?
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.