Is anyone else having trouble getting the new form validation helper functions to work?
I copied the tutorial in the user guide exactly, but I got no error messages when submitting the form. I traced the problem to the _get_validation_object method in the form helper file. It looks like it isn’t returning the form_validation object. I made a few changes to the code and I was able to get it working, but I’m not sure if its the code or if I just did something wrong on my end.
