Welcome Guest, Not a member yet? Register   Sign In
Form Validation
#9

[eluser]$ilovephp[/eluser]
[quote author="invision" date="1271687656"]Hi again.

Unfortunately it doesn't seem to like that.

Straight away before form submission, I get:
Code:
A PHP Error was encountered
Severity: Notice

Message: Undefined property: email_error

Filename: views/public_createaccount.php

Line Number: 9
[/quote]

Ooops.. i forgot to include this code:
Code:
$fields['email']= 'Email Address';
$this->validation->set_fields($fields);
insert that code right after the setting of rules in your controller file(that is, therefore, before the '$this->validation->run()').


Messages In This Thread
Form Validation - by El Forum - 04-19-2010, 02:31 AM
Form Validation - by El Forum - 04-19-2010, 02:41 AM
Form Validation - by El Forum - 04-19-2010, 02:53 AM
Form Validation - by El Forum - 04-19-2010, 03:08 AM
Form Validation - by El Forum - 04-19-2010, 03:10 AM
Form Validation - by El Forum - 04-19-2010, 03:22 AM
Form Validation - by El Forum - 04-19-2010, 03:22 AM
Form Validation - by El Forum - 04-19-2010, 03:34 AM
Form Validation - by El Forum - 04-19-2010, 03:43 AM
Form Validation - by El Forum - 04-19-2010, 03:47 AM
Form Validation - by El Forum - 04-19-2010, 04:05 AM
Form Validation - by El Forum - 04-19-2010, 04:31 AM
Form Validation - by El Forum - 04-19-2010, 04:47 AM
Form Validation - by El Forum - 04-19-2010, 06:31 AM
Form Validation - by El Forum - 04-19-2010, 06:37 AM
Form Validation - by El Forum - 04-19-2010, 06:43 AM
Form Validation - by El Forum - 04-19-2010, 06:50 AM
Form Validation - by El Forum - 04-19-2010, 06:54 AM
Form Validation - by El Forum - 04-19-2010, 06:54 AM
Form Validation - by El Forum - 04-19-2010, 07:17 PM
Form Validation - by El Forum - 04-19-2010, 10:01 PM
Form Validation - by El Forum - 04-20-2010, 01:10 AM
Form Validation - by El Forum - 04-21-2010, 11:05 AM
Form Validation - by El Forum - 04-21-2010, 11:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB