Hello, thanks for helping out.
Is it currently possible to have a dropdown with Page names and when a website visitor selects a dropdown item it takes them to that specific page? Can be with or without a Go button.
Thanks.
Hello, thanks for helping out.
Is it currently possible to have a dropdown with Page names and when a website visitor selects a dropdown item it takes them to that specific page? Can be with or without a Go button.
Thanks.
Hi,
yes, implement the on change event on the dropdown, then use the following code
to redirect to the page you want using the page /path
Shlomi