Any way to create custom error pages when using the user module for register forms, etc.?
If I have a register form and lets say someone tries to sign up with the username “thomas5” but someone else already is using that name, it will give them the default EE error message which takes the user out of the current page and off to that ugly EE template. Didn’t know if there was a way to customize the error messages so that they displayed inside of one of the regular site templates so they were consistent with the look and feel of the rest of the site?
I can validate the majority of the form fields inline with some jQuery magic, but in this case if someone enters a username that’s already been chosen, it will take them to the EE template. I’ve seen sites before like when signing up for gmail as an example that validates the username field as you type and lets you know instantly if the name is taken. Either something like that or simply a way to have error messages show up inside my regular templates would be awesome.
-Deron
