On my frontend form, I'm using both the rwmb_frontend_validate
hook and the rwmb_frontend_redirect
hook. Upon submission, the form redirects even if validation fails. If I navigate back to the form page the custom validation error message shows at the top of the form so the validation hook works. It seems the redirect hook is firing even if validation fails which should not be the case.