Welcome Guest, Not a member yet? Register   Sign In
validation not working
#6

[eluser]Aken[/eluser]
Bah, it initialized an array, not the way I wrote it (bad memory, lol).

For 1.6.3, you need to define field names like so:
Code:
$fields['username'] = 'User';
$fields['email'] = 'Contact Email';
$fields['message'] = 'Message';
        
$this->validation->set_fields($fields);


Messages In This Thread
validation not working - by El Forum - 10-24-2008, 04:06 PM
validation not working - by El Forum - 10-24-2008, 04:57 PM
validation not working - by El Forum - 10-24-2008, 08:30 PM
validation not working - by El Forum - 10-24-2008, 08:40 PM
validation not working - by El Forum - 10-24-2008, 08:45 PM
validation not working - by El Forum - 10-24-2008, 08:52 PM
validation not working - by El Forum - 10-25-2008, 03:59 AM
validation not working - by El Forum - 10-25-2008, 11:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB