Welcome Guest, Not a member yet? Register   Sign In
Form Validation Errors (Grouping)
#2

[eluser]frist44[/eluser]
create a callback function that checks each field in the form and set the message to whatever you want it to say. Associate it with any field in the form and it will run and do whatever you code it to do.

IE.

function form_check() {

if (!$this->input->post('textfield1')) return FALSE;
if (!$this->input->post('textfield2')) return FALSE;

return TRUE;
}


Messages In This Thread
Form Validation Errors (Grouping) - by El Forum - 01-21-2010, 05:33 PM
Form Validation Errors (Grouping) - by El Forum - 01-21-2010, 07:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB