Welcome Guest, Not a member yet? Register   Sign In
Form Validation Using Form Helper
#3

[eluser]mmcglynn[/eluser]
You are right about the message array. It is now correct and looks like the below. Any idea on how to preserve the entered values?

Code:
$config_rules = array(
               array(
                     'field'   => 'email',
                     'rules'   => 'required|valid_email'
                  ),
               array(
                     'field'   => 'message',
                     'rules'   => 'required'
                  )
            );


Messages In This Thread
Form Validation Using Form Helper - by El Forum - 06-13-2010, 12:51 PM
Form Validation Using Form Helper - by El Forum - 06-13-2010, 01:35 PM
Form Validation Using Form Helper - by El Forum - 06-13-2010, 01:49 PM
Form Validation Using Form Helper - by El Forum - 06-13-2010, 02:01 PM
Form Validation Using Form Helper - by El Forum - 06-13-2010, 02:14 PM
Form Validation Using Form Helper - by El Forum - 06-13-2010, 02:24 PM
Form Validation Using Form Helper - by El Forum - 06-14-2010, 02:25 AM
Form Validation Using Form Helper - by El Forum - 06-14-2010, 02:29 PM
Form Validation Using Form Helper - by El Forum - 06-15-2010, 12:39 AM



Theme © iAndrew 2016 - Forum software by © MyBB