Hi,
I use the Royal theme and there’s a major problem with the registration form in the theme (the form from et_register_form() function).
the form doesn’t validate any field in real time and only generates an error for one field at a time.
so if a user have an invalid email address, a non matching passwords and a wrong captcha > it’ll only show an error for the captcha after the submission, and only when the captcha is correct it’ll show an error for the email but not for the passwords and so on.
any solution?