How configure multiple dropdown with submit button
-
Hello people.
I hope so that somebody can help me, please.
I configured a dropdown with a submit button.
Code here:<h2><?php _e('Categories:'); ?></h2><br> <form action="<?php bloginfo('url'); ?>" method="get"> <div> <?php wp_dropdown_categories('show_option_none=Selecciona el tipo&child_of=7'); ?> <?php wp_dropdown_categories('show_option_none=Selecciona el producto&child_of=6'); ?> <br> <input type="submit" name="submit" value="view" /> </div> </form>But, just show me results of a category.
i would like have 3 dropdown that show the child categories and work with a single submit button
Anybody can help me, please?
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘How configure multiple dropdown with submit button’ is closed to new replies.