• Resolved an0nbr

    (@an0nbr)


    I would like to change the placeholder from Password to “Set your password” and to insert a label “Register with your email” below the text “OR”, how can I do that?

    Login and register pages look very much alike that can be confusing, thats why I need to change this

Viewing 1 replies (of 1 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @an0nbr

    If you mean the form fields those appear when you open the /wp-login.php and the /wp-login.php?action=register pages, then I am sorry, but we don’t have any control over those, so you can not customize them over Nextend Social Login. We just display the social buttons there and basically that’s all. The form itself is coming from WordPress, more specifically from the wp-login.php file that you can find in your WordPress root folder ( where the wp-config.php is located by default ).

    But you shouldn’t modify that file either, since if you update WordPress, you will lose the changes.

    If you want to use custom the login and registration forms, then you should either do some custom coding or use a dedicated login/register form plugin for that purpose, or maybe a theme where the frontend login/registration forms are implemented .

    However it is important to mention that, our Free version can only render the social buttons into the forms, where the “login_form” or “register_form” actions are fired. If you customized forms won’t fire these actions, then you could display our social buttons in the custom forms by:

    Best regards,
    Laszlo.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.