Create a reusable menu that self updates

Hi, I am creating a website with multiple pages with a home/menu bar down the side. This menu bar is meant to be visible on every page. I have created the menu on my home page as a floating group so that it stays in place even when the user scrolls. I have previously made a repeating element and used this to add the menu bar to the other pages, however, I found that it did not stay in place when scrolling as it was no longer a floating group (on the pages I copied it to). It also did not update which is what I need it to do.
So, what I am trying to work out is how to make the menu bar get on all the pages with the workflow, and to update it automatically. For example, if I add a button to the menu bar on the home page, the button will be visible and have the workflow associated with it on all the other pages. Is this possible?
Thanks in advance for your help!

1 Like

Hey! Yes this is possible.

You just have to make sure that the type of element of the reusable element is a floating group and not a group. You can open the window to change the element type by clicking anywhere on the page.

And for the workflows to work on all pages, you would have to create all the workflows inside of that reusable element.

Please let me know if you have any other questions!

1 Like

Cool, just tried this, and works exactly like I hoped. To be honest I completely missed the page at the bottom where it showed all your repeating elements. Thanks a lot for your help!