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?
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.
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!
I build a page list like you suggested and it works great!