Embed Login and Register form in a specific page

There is a possibility to embed the login and the registration form inside an article or a specific page. If the login and registration porcess is really important on your site then it is a great idea to highlight it even on your welcome-page.

For activating this feature just switch off Open login in popup and the Open register in popup parameters in the module settings.





If you would like to have exactly the same layout with the separator line in the middle, like above, you can use the Custom CSS parameter which is a great tool for adding extra CSS codes to the forms.

@media only screen and (min-width: 990px){
    div:not(.ial-usermenu) > .loginWndInside:nth-child(1){
        margin-right: 100px;
        padding-right: 100px;
        border-right: 2px solid #d5d5d5;
    }
}

Ready to get started?

Or do you have questions?