Problems with error messages when submitting registration form
Permalink 1 user found helpful
an example: no error message prints when the user tries to register with the same email address twice. I see the error message in controller/register.php.
I can also see that in helpers/validation/error.php is not printing the errors anywhere. I've tried changing the errors from being displayed as an unordered list to a simple paragraph, and nothing shows up either way.
The form just refreshes, with no helpful validation messages.
I can also see that in helpers/validation/error.php is not printing the errors anywhere. I've tried changing the errors from being displayed as an unordered list to a simple paragraph, and nothing shows up either way.
The form just refreshes, with no helpful validation messages.
I needed to add this code to my custom registration page type: