Ok.. still not getting the right results for some reason:
<form class="choosecounty" action="#">
<div>
<label>Choose a county below:</label>
<select name="county">
{exp:channel:entries channel="counties" sort="asc"}
<option value="{url_title_path='county'}">{title}</option>
{/exp:channel:entries}
</select>
<input type="submit" value="Go" />
</div>
</form>
The forum probably cuts the JS out, but I copied the onchange from the doc page, and swapped “catmenu” for “choosecounty” (the name of my form), and “selcat” for “county” (the name of my select). Same results..
http://dev.blah.com/?county=http://dev.blah.com/index.php/county/fulton#
..instead of:
http://dev.blah.com/county/fulton
Any ideas?
Thanks