Hi all,
I’m using the Ellislab CSS style switcher but it’s not working as I need it to.
1. The forms action is “index.php” the instructions state…
“You set up a form on your front page where the user chooses their skin and submits the form”
...but I need this to work on every page of the site. I tried using {site_url}/{segment_1}/{segment_2} as the action url but it didn’t work.
<form action="index.php" method="post">
<select name="css_skin" id="css_skin">
<option value="1">Default</option>
<option value="apples">Apples</option>
<option value="oranges">Oranges</option>
<option value="4">Pineapples</option>
</select>
</form>2. I’d like to use <button>‘s instead of a <select>
Many thanks