multiple form validation codeigniter conflict [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Codeigniter 2 forms on one page, validation_errors problem I have 2 forms in my page. I need to validate them 1 at a time but I think there is a conflict. Here take a look: when I submit either of the form, both of them show the same error message I use validation_errors() to display the messages. How can I validate the form 1 at a time? Here is the code public function update_user_info(){ $this->form_validation