Multiple Layout Pages

I have created two layout pages, one for the main homepage and another for a registration form. I have some navigation links and some buttons on the main layout page. I linked one of the buttons from my main layout to load the registration layout page and its contents, but when I click the button nothing happens. I’m technically using the single page layout approach, but with multiple layout pages to add diversity to the design of the web application. I cant seem to figure out whats wrong. I hope this is clear and understandable. Any help would be much appreciated. Thank you.

Hi. You need to support your questions with code samples and screenshots.
There is no way for anyone to know what you have configured and why it doesn’t work.
Please share the code on your button.

If you have multiple layouts, ensure you are not doing an internal redirection when navigating to pages with different layout. Basically, when layouts changes, you loose the SPA part of the app.

If the registration page layout is only for the registration page, then it is easier to make the registration page that has no layout page. If you need common components for the main layout page and the registration page, then you can use partials.