Im using wp_dropdown_pages as a navigation on a page. The navigation is getting the child pages of its parent. I need to be able to jump to the page I select without the submit button.
Here what I have so far.
<form id="form-dropdown" action="<?php bloginfo('url'); ?>" method="get">
<?php
$children = wp_dropdown_pages('title_li=&child_of='.$post->post_parent. '&echo=0');
echo $children;
?>
<input type="submit" name="submit" value="view" />
</form>
</div>
Any help with this would be appreciated
Try This, You’ll need to alter the line
?catto?page_id