2
Well I have the following form:
<form name="produto" method="post" action="cadastra.php">
<input name="cod" type='text'>
<button type='submit'>FINALIZAR</button>
</form>
Good Whenever I use the barcode reader it reads the code and submits the form, how do I avoid that? I just want it to read the code.
Is there any way to do this with jQuery?
You can take out the Ubmit and when you want to click the button to submit, then submit.
– Aline