Welcome Guest, Not a member yet? Register   Sign In
Form Validation: "matches" and NOT required
#4

[eluser]n0xie[/eluser]
Doesn't this work?
Code:
$this->form_validation->set_rules('field1', 'field1', 'matches[field2]');
$this->form_validation->set_rules('field2', 'field2', 'matches[field1]');


Messages In This Thread
Form Validation: "matches" and NOT required - by El Forum - 10-20-2010, 08:20 AM
Form Validation: "matches" and NOT required - by El Forum - 10-20-2010, 09:46 AM
Form Validation: "matches" and NOT required - by El Forum - 10-20-2010, 01:36 PM
Form Validation: "matches" and NOT required - by El Forum - 10-20-2010, 02:41 PM
Form Validation: "matches" and NOT required - by El Forum - 10-21-2010, 01:46 AM



Theme © iAndrew 2016 - Forum software by © MyBB