Registration through with required field empty

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
crash
User
Posts: 151

Registration through with required field empty

Post 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


MichaelG
User
Posts: 1110

Post by MichaelG »

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


crash
User
Posts: 151

Post by crash »

Thanks that worked


Post Reply