CI form validation with input data |
You could use a callback.
https://www.codeigniter.com/user_guide/l...on-methods Then in the callback function get the two post values, compare them, and if not correct, set an error message for the callback rule name. |
Messages In This Thread |
CI form validation with input data - by vidhyaprakash85 - 01-31-2017, 01:51 PM
RE: CI form validation with input data - by PaulD - 01-31-2017, 03:58 PM
RE: CI form validation with input data - by Wouter60 - 01-31-2017, 11:24 PM
RE: CI form validation with input data - by vidhyaprakash85 - 09-01-2017, 07:10 PM
|