Welcome Guest, Not a member yet? Register   Sign In
Pulling my hair out implementing form validation
#11

[eluser]Colin Williams[/eluser]
Thought I had heard murmurs that this was fixed in 1.7.1. Sorry for the misdirection.
#12

[eluser]CI Evan[/eluser]
*bump* Anyone..?
#13

[eluser]GlennJ[/eluser]
I think this is a bug.

Try commenting out the following in the Form_validation.php file.

Code:
if ( ! in_array('required', $rules, TRUE) AND $result !== FALSE)
{
    return;
}
(it's around line 670)
#14

[eluser]GlennJ[/eluser]
How did you get on?




Theme © iAndrew 2016 - Forum software by © MyBB