How to stop the form from sending when users hit enter

Issues related to forms.
Post Reply
Amata
 
 
Posts: 26
Joined: Tue Apr 28, 2020 11:56 pm

How to stop the form from sending when users hit enter

Post by Amata »

I have made some forms that users can use to fill out their data, but when filling out the fields if they hit enter the form automaticly sends the mail and in the editbox only one line of text is visible, while I would like them to be able to hit enter and see various lines of text. one example of the forms I am making is : https://www.amata.es/Inscripcion.php.

Is there anyway to accomplish this?
User avatar
Pablo
 
Posts: 21707
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: How to stop the form from sending when users hit enter

Post by Pablo »

Did you use a "text area" object for multi line input?
Amata
 
 
Posts: 26
Joined: Tue Apr 28, 2020 11:56 pm

Re: How to stop the form from sending when users hit enter

Post by Amata »

Thank you sorry to trouble you with beginner mistakes!!
Post Reply