Welcome Guest, Not a member yet? Register   Sign In
Get all Validation rules when submitting form
#1

[eluser]wooptoo[/eluser]
First of all I need to mention that I'm using codeigniter-restserver to create an API and an application on top of it.

I want to enable live form validation in my application, client-side, with javascript.

You know that when you submit a form, if some fields fail validation, it will give you the error messages for those fields.
What I would like is for CodeIgniter to give me all the validation messages for a certain field, not just one message at a time. For example if I have 'required|valid_email|is_unique[bla.bla]' for the email field, I'd have to submit it three times to get all validation messages.

Is this possible at all?


Messages In This Thread
Get all Validation rules when submitting form - by El Forum - 05-22-2012, 12:13 AM
Get all Validation rules when submitting form - by El Forum - 05-22-2012, 09:27 AM
Get all Validation rules when submitting form - by El Forum - 05-22-2012, 09:45 AM
Get all Validation rules when submitting form - by El Forum - 05-22-2012, 10:35 AM
Get all Validation rules when submitting form - by El Forum - 05-22-2012, 10:43 AM
Get all Validation rules when submitting form - by El Forum - 05-22-2012, 11:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB