The 'matches' validation rule fails even though I'm sure its correct |
I'm building a simple signup form that has a password confirmation field and it uses the 'matches' validation rule. I can't get it to return true though even though I can var_dump the values and see that they are both the same.
Here is my UserModel: PHP Code: class UserModel extends Model PHP Code: /** |
Messages In This Thread |
The 'matches' validation rule fails even though I'm sure its correct - by Polymorphism - 06-09-2021, 01:28 AM
RE: The 'matches' validation rule fails even though I'm sure its correct - by InsiteFX - 06-09-2021, 03:34 AM
RE: The 'matches' validation rule fails even though I'm sure its correct - by Polymorphism - 06-09-2021, 05:05 AM
RE: The 'matches' validation rule fails even though I'm sure its correct - by paliz - 06-09-2021, 10:54 AM
RE: The 'matches' validation rule fails even though I'm sure its correct - by InsiteFX - 06-09-2021, 09:11 PM
RE: The 'matches' validation rule fails even though I'm sure its correct - by paliz - 06-09-2021, 10:30 PM
RE: The 'matches' validation rule fails even though I'm sure its correct - by najdanovicivan - 06-16-2021, 04:13 PM
|