• Resolved goneforgood

    (@goneforgood)


    So when someone wants to Sign UP,
    there are Fields
    Email
    Username
    Password
    First name
    Last name
    Display name

    When the user enters the data, an error message pops up saying the confirm password field was not entered.

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

Viewing 1 replies (of 1 total)
  • Thread Starter goneforgood

    (@goneforgood)

    The template file for registration was missing the confirm password field
    So I just added it

    <li class="form-field">
    <label for="reg_password2"><?php esc_html_e( 'Confirm Password', 'learnpress' ); ?> <span class="required">*</span></label>
    <input id ="reg_password2" name="reg_password2" type="password" placeholder="<?php esc_attr_e( 'Password', 'learnpress' ); ?>" autocomplete="off">
    </li>

    And it works

Viewing 1 replies (of 1 total)
  • The topic ‘Registration form – confirm password field missing’ is closed to new replies.