Welcome Guest, Not a member yet? Register   Sign In
Set Message in form validation for Certain Input Name
#1

[eluser]edidiway[/eluser]
Hi, I have problem in setting error message for codeigniter.

Generally, Codeigniter will give this error message :
Quote:The Mobile Phone field is required.
The Agreement field is required.

I want the error message become like this :
Quote:The Mobile Phone field is required.
The Agreement field must be checked

is there any simple ways to do that? because in every form validation, this things always happen, and I want to fix this in the simplest way. I can use callback function if I want, but I fill this is not the simplest way..

if I use this code
Code:
$this->form_validation->set_message('required', 'This Error Message was global for all required Rules');

All Required Rules will get the same error message and I dont want that..


Messages In This Thread
Set Message in form validation for Certain Input Name - by El Forum - 05-03-2011, 12:30 PM
Set Message in form validation for Certain Input Name - by El Forum - 05-03-2011, 01:03 PM
Set Message in form validation for Certain Input Name - by El Forum - 05-03-2011, 05:09 PM
Set Message in form validation for Certain Input Name - by El Forum - 05-04-2011, 04:12 AM
Set Message in form validation for Certain Input Name - by El Forum - 05-04-2011, 06:39 AM
Set Message in form validation for Certain Input Name - by El Forum - 05-05-2011, 03:22 AM



Theme © iAndrew 2016 - Forum software by © MyBB