• Resolved millonario

    (@millonario)


    Hello I want to edit the login form, is there any way to do it? (I mean the source code) and also that it is not deleted after the plugin is updated.

    Thank you very much I love your plugin

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor genetech

    (@genetech)

    Hi,

    Thanks for reaching out to us regarding Pie Register.

    You can not change the source code of login form, but you can change labels from PR settings and links under form through filter.

    Please explain “it is not deleted after the plugin is updated”.

    Best,

    Thread Starter millonario

    (@millonario)

    Thank you very much, what I want to do is the following:

    – add a placeholder = “”
    – and also leave the “remember me” box selected

    Is there any way to do it? Thank you very much .. you are very kind

    Plugin Contributor genetech

    (@genetech)

    Hi,

    • You can add placeholder from WP admin > PR menu > Settings > UX page, under Login Form section.
    • Leave the “Remember me” checkbox selected by default, you can achieve this by some javascript/jquery code on page load, try below:

    if(jQuery('#piereg_login_form')){document.getElementById("rememberme").checked = true;}

    Thanks,

    Best,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can you edit the login?’ is closed to new replies.