Page 1 of 1

Registration through with required field empty

Posted: Thu Aug 24, 2023 6:12 am
by crash

I have set to be required fields to be required on registration, but the registration still goes through when the field is empty, and then sends a confirmation email.
What could be wrong ?
When I check the new user in the database the fields are empty

I need the system to not register the new user if the field is set to required.
Thanks


Re: Registration through with required field empty

Posted: Thu Aug 24, 2023 7:46 am
by MichaelG

Please make sure that you have enabled ASP.NET -> General Options -> Validation -> Server-side / Client-side (JavaScript)


Re: Registration through with required field empty

Posted: Tue Aug 29, 2023 5:04 am
by crash

Thanks that worked