Page List as Select Box?

Permalink 1 user found helpful
Anyone know if it's possible to output a Page List block as a Select Box like you might see in a contact form?

leinteractive
 
aghouseh replied on at Permalink Best Answer Reply
aghouseh
Yeah, you would just need to create a custom template that output a <select> instead of the <ul>. Then just attach some js at the end to go to the page URL on change of the select or submission of the form.
leinteractive replied on at Permalink Reply
leinteractive
Thanks. A quick Google search for JavaScript navigation with Select Box showed me how to make it work.

I build a page list like you suggested and it works great!