Displaying registration form in authentication popup in magento 2

Опубликовано: 16 Март 2026
на канале: Know the Mage
414
9

#magento2 #magentocommerce #authentication-popup #authentication popup in magento 2
👉 Create a Popup login modal:    • Create a popup login modal | Magento 2 | C...  

In our previous tutorial we worked on displaying the authentication popup. Authentication popup displays both login form and create an account button. Clicking "Create An account button" redirects to the customer registration page.
So today we will learn how we can show registration form directly inside the authentication popup modal when "create an account" button is clicked.

Chapters:
0:00 Introduction
1:08 Create authentication-popup component
6:28 Create Index JSON Controller
8:02 Render and return registration form
9:40 Fetch Registration form using AJAX request
12:11 Handle form using CreatePost controller
18:10 Submitting form using AJAX request