dllorens
Member
Posted 5 years ago #
I'm usin vistered little as a theme. I want to put in a drop down menu in a post (a list of states). That list, after you select one, I want to go to a url of the value of that <option> tag..
Using a php file as the submit for is a nightmare for me.... and I don't know javascript. Is there anyway to do this in pure HTML? I don't want to screw with vistered which is a complex theme
Maybe some examples--take a look wp-includes/widgets.php and the code for those widgets that support dropdowns. Just search on dropdown in that file.
dllorens
Member
Posted 5 years ago #
no dice, dropdowns doesn't return anything for a search of all theme files
Hi!
Look for a plugin or (carefully) hack the wp-includes/classes.php , starting at line 494