avoid on enter click submit form code example Example: how to stop form from submitting on enter <form ... onkeydown="return event.key != 'Enter';">