-1
Command to save information to the bank:
<button id="btnslv" type="submit" class="btn btn-success btn-block" name="btnslv" value="0">SALVAR</button>
My Form:
<form class="" id="form" action="<?php echo $_SERVER['PHP_SELF'] ?>" name="cadastro" method="post" enctype="multipart/form-data">
I tried to change "Submit" for "button" and it worked, but it does not record the inforamções to the bank.
I’ve also tried using "onClick = "Document.cadastro.Submit()"", but it didn’t work either.
Do you have any idea how I might proceed?