• Resolved rickydezign

    (@rickydezign)


    I created two forms, 1 for login and another for registration using the plugin.
    I added to the two forms using shortcode on elementor

    Each time I try to log in I receive the error message *email already exists* and unable to login

    Added to this, when I use the shortcode I don’t get the *Remember me* and *lost password* options in the form

    But if I use the user registration plugin in the WordPress editor, I will get the remember me and lost password options

    I want users to be able to log in,
    keep my 2 forms on the same page using shortcode while keeping my elementor styling
    Get the remember me and lost password options

    If in need of any complementary information or details, let me know please
    Thanks

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Amrit Kumar Shrestha

    (@shresthauzwal)

    Hi @rickydezign,

    You appear to have resolved the issue by replacing the account page shortcode. We investigated the provided link and discovered a design conflict. If you want to fix this problem, please add the CSS code below.

    .ur-form-row span.input-wrapper {
        position: relative;
        width: 100%;
    }

    Regards!

Viewing 1 replies (of 1 total)

The topic ‘user login not working’ is closed to new replies.