Introduction
If you would like to insert a Register button into your Login popup, then first you need to create Custom module where you insert the button. Finally use Advanced Parameters / Login's bottom module-pos value as module position and the button will appear under the login form.
Create a Custom module
- Go to Extensions / Modules and click to the New button
- Click to the Custom module and the configuration page will appear
Configure the Custom module
- Give a title to the module, for example "Register button"
- Set the Show Title parameter to Hide
- Write login-bottom to Position (this is the default value of the Login's bottom module-pos parameter)
- Insert this code to the editor:
<button class="loginBtn reg-popup">Register<button>
- Click to the Save button
That's all, now check the result on your frontend.