cancel
Showing results for 
Search instead for 
Did you mean: 

How can I Make The Home Page The Signup Page?

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

How can I Make The Home Page The Signup Page?

Hi 

 

I need the home page to be the signup page, how do I implement this?

 

Any idea?

 

Thanks

3 REPLIES 3

Re: How can I Make The Home Page The Signup Page?

Hello @Shiwani Miglani 

 

you need to call that layout files into your cms page layout

 

check cusomer_account_login.xml & copy content of that XML and put into cms layout and check it

 

Hope it will help you.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: How can I Make The Home Page The Signup Page?

Hello @Shiwani Miglani 

 

So you want to redirect your homepage to signup/login page ? or you want to customize the homepage and load login and sign up screen on the homepage itself ?

 

What approach you would like to go with - then we can provide you the best solution.

 

My suggestion would be - if you want your landing screen/ home page is your sign up page then i would say you can do redirection - instead of customization.

 

Please confirm !

if issue solved,Click Kudos & Accept as Solution

Re: How can I Make The Home Page The Signup Page?

Hello @Shiwani Miglani


For making any custom page as Home Page of the website , you actually don't need to make any changes in code. Magento has default functionality to handle it. you can achieve this by going to -
Magento Backend ->Stores->Configuration->General->Web
inside this go to Default Pages section and inside field Default Web URL add your url . For example if you want signup page as your Home Page just add customer/account/create/ inside Default Web URL field. That's it now flush cache and magento will handle all redirections.