I have the following input inside a form:
<input type='text' class='form_campos form_campos_nome' id='auto' name='verifica_nome3'>
I need to block the enter key inside it, ie when the cursor is inside it enter does not send the form, but if it is inside any other input enter can send the form.
Does anyone know how to do this?