kishor10d / Admin-Panel-User-Management-using-CodeIgniter

Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
http://cias.codeinsect.com
GNU General Public License v3.0
337 stars 240 forks source link

If any error in form submit, values are not retaining in the form #25

Closed mslabba closed 6 years ago

mslabba commented 6 years ago

While submitting a form, if form fields have some error, it will return with a validation error message, but the form doesn't retain the form values.

kishor10d commented 6 years ago

@mslabba : I didn't use set_value() function in form inputs. If you want to implement then you can change it at your end. I will update this thing in next release. Thanks, you gave me space for improvement.