+ Reply to Thread
Results 1 to 2 of 2

Thread: Please make sure you

Hybrid View

  1. #1

    Exclamation Please make sure you

    When trying to register, my users keep getting the error "Please make sure you’ve entered a valid email address.". I notice this occurs when there is a white space trailing the email address. How do i fix this? Please see the image attached.
    Attached Images Attached Images

  2. #2
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    Go to public_html > includes > controllers > registration.inc.php > // steps handler

    replace:
    PHP Code:
    Only registered members can view the code
    with:
    PHP Code:
    Only registered members can view the code

+ Reply to Thread