Page 1 of 1

Sending a form

Posted: Fri Sep 23, 2022 4:45 pm
by Norfolkman
When using a form, can I stop the return key from sending the message when clicked and only have it send when the "Send" button is clicked?
I want to use the return key to allow for starting a new line.

Re: Sending a form

Posted: Fri Sep 23, 2022 5:17 pm
by Pablo
There is no standard option for this. This is just how HTML forms work.
But this may be helpful:
https://stackoverflow.com/questions/562 ... y-for-form