Redirect to submenu

hello there,
I am looking for an easy and simple way to redirect a top entry in the navigation menu to the first submenu page. Any idea how this can be achieved?

For example:

  • Services (top menu item)
    • Investigations
    • Lectures

The “Service” page is just for navigation (no content) and it should forward to the “Investigations” page.

<meta http-equiv="Refresh" content="0; url='https://www.w3docs.com'" />

Here is a sample…I used an html page for Services.
http://www.ibize.com/test/
This is what is on the html page:

Thank you Joe
that’s all, these simple line of code will do the trick. I’ve just checked your demo page, great!
Just this line of HTML code in the RW page, or an HTML stack on a stacks page right. I will test it myself. Thank you very much.
Ueli

I just use the offsite page type for the top entry navigation field and link it to the page I want to.

as far as I know the Offsite page requires an URL. I can’t use a relative path there or even select a page (within the project).

True, I just add the URL to the page I want to link.

a html page works well…html stack jumps in real time…hard to edit!!

I updated the sample to use a offsite page for Services:
Screen Shot 2021-12-03 at 6.58.57 AM
Screen Shot 2021-12-03 at 7.03.03 AM

If what you want is to link to be strictly for navigation, try an offsite page and set the URL to # . That’s a link to nowhere. It should open the navigation menu, but not change the page.

1 Like

That work great…

thank you all for your help. This leaves three options to get a website similar to what my customer already is having.
Generally I wouldn’t leave a top level navigation page empty. It should be some kind of a summary what the user can expect in this category. But if there is nothing to say I suggest to use the link to nowhere solution as mentioned by @teefers .
An offsite page or HTML code will exactly reproduce the already existing website navigation. But why not improve something if I will have to rewrite the whole website anyway. :grinning:

I agree…I always put something on that page

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.