Welcome Guest, Not a member yet? Register   Sign In
form validation issue
#1

[eluser]dbashyal[/eluser]
Does any one know how to set all validation form to set false so on form submit all fields become empty.
#2

[eluser]sikkle[/eluser]
if you want to clear your form each time submit is done, just use post stuff and don't put any validation to save your result.

see ya around
#3

[eluser]dbashyal[/eluser]
this thing worked for me

$_post = array();
$this->validation->set_fields($fields);




Theme © iAndrew 2016 - Forum software by © MyBB