Welcome Guest, Not a member yet? Register   Sign In
Form submit using wrong path
#13

[eluser]tonanbarbarian[/eluser]
As Michael sort of pointed out the error you are getting in fact in your view.
I think you are probably doing something like the following in your view
Code:
$this->validation->phoneNumber
But because you do not have a validation rule for phoneNumber it is causing the error.

As for the checkEmailAddress you have not specified it correctly

Code:
$rules['emailAddress']    = "required|valid_email|callback_checkEmailAddress";
and you will then need a method in the controller call "checkEmailAddress" to be able to process it

and then to get the MD5-ed password you will need to look in
Code:
$this->validation->password


Messages In This Thread
Form submit using wrong path - by El Forum - 01-12-2008, 04:00 PM
Form submit using wrong path - by El Forum - 01-12-2008, 04:13 PM
Form submit using wrong path - by El Forum - 01-12-2008, 04:22 PM
Form submit using wrong path - by El Forum - 01-12-2008, 05:19 PM
Form submit using wrong path - by El Forum - 01-12-2008, 05:25 PM
Form submit using wrong path - by El Forum - 01-12-2008, 05:41 PM
Form submit using wrong path - by El Forum - 01-12-2008, 07:52 PM
Form submit using wrong path - by El Forum - 01-12-2008, 10:23 PM
Form submit using wrong path - by El Forum - 01-13-2008, 02:45 AM
Form submit using wrong path - by El Forum - 01-13-2008, 03:41 AM
Form submit using wrong path - by El Forum - 01-13-2008, 06:16 AM
Form submit using wrong path - by El Forum - 01-13-2008, 11:28 PM
Form submit using wrong path - by El Forum - 01-13-2008, 11:48 PM
Form submit using wrong path - by El Forum - 01-13-2008, 11:50 PM
Form submit using wrong path - by El Forum - 01-14-2008, 12:06 AM
Form submit using wrong path - by El Forum - 01-14-2008, 12:25 AM
Form submit using wrong path - by El Forum - 01-14-2008, 12:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB