Hi Kyle,
I need to write up a server side validation so as to avoid non-english characters during registration. We deal with education and certifications and issue certificates in english.
I do not want this validation in client side as I have to re-perform this on server side too. Can I do this without modifying core CB files and just using CB autoactions? i.e Before registration, add a php validation to check the $_POST for any non-english character and then raise error message to user, just the way CB display serverside validations such as email already registered, captcha invalid.
I have seen CB code where CB making call to before,after triggers and does some status check but I am not sure whether from auto actions it is possible to pass validation errors back to framework so that it can stop processing and display validation message to user. If possible then how and in what structure I need to pass validation error back to framework.
Thanks,
Amit Dangwal