Right now I have a homepage called ‘gateway’ that has a button that says ‘click to enter’.
When clicked, it redirects to the page ‘jxnte’, like it should.
But I want to eliminate the page changing. I want the button to change the layout of the page so that it looks like the page ‘jxnte’ but is still the page ‘gateway’.
Two approaches you could research would be to IFRAME the content or load it with AJAX. Webflow currently has JQuery loaded on all projects already if you are going down the AJAX path.
I’ve been doing research about AJAX all day today, I can’t seem to wrap my head around it. Could you give me some kind of guidance as to what I should put in my custom code?