Hello, all.
I'm writing a plugin to validate the entered value of a custom field on the user registration form against values I have in a database.
In my plugin I have registered the function to be called onBeforeUserRegistration. If the validation fails, I call raiseError(0) and _setErrorMSG($errmsg).
This is all working fine, but when the validation fails, the resulting page shows the error message (after a javascript alert) and nothing else. What do I need to do to show the registration form again so the user can correct the problem?
Thanks, in advance.
--MJH