I would like to know how to put an onclick event on a submit to refresh the page after the submit action.
the submit code line is this. It includes a new option in a registration.
echo $form->submit('Incluir', array('id'=>'botao','div'=>false));
Thank you!