3
Guys 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, that is, 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.
Someone knows how to do it?