Jump to content

Next line on enter key but not submit form?


PGTibs

Recommended Posts

I've had a look and the only visible way to stop a form from submitting on the enter key pressed is javascript, however, upon using

 

onkeydown='return event.keyCode != 13 && event.which != 13;'

 

The textarea wont move down another line. Is there a way to make the textarea move down lines, add those extra lines too the sql database AND disable enter key submitting the form?

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.