Skip to content
Advertisement

CodeIgniter AJAX JSON validator with form validation

I am trying to make AJAX form validation work in CodeIgniter.

If you have the same title don’t add The data from the form always reports as successful, even if the result is negative.

Is there a mistake in my logic?

Save controller:

JavaScript

JSON, AJAX, jQuery:

JavaScript

The error message always returns positive.

Advertisement

Answer

after run the validation, you need specify the array to be validated

JavaScript

You have to call the set_data() method before defining any validation rules.

Ref: https://codeigniter.com/userguide3/libraries/form_validation.html#validating-an-array-other-than-post

User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement