How to handle multipule submit ion from enter button from keyboard

  1. #1

    How to handle multipule submit ion from enter button from keyboard

    Please give a example from javascript ,
    We need to restrict the form submit ion in better way.

    We need to send it only once , while saving if we press the enter button should not submit .


    I have tried button disable and enable in my case no use and tried below code at button click event handler.

    e.preventDefault();
    e.stopPropagation();
    e.stopEvent();


    Please help me out the problem.

    Thank You,
    Last edited by skarthik; Feb 22, 2017 at 12:40 PM.

Similar Threads

  1. Click enter does not submit the page
    By Holly in forum 2.x Help
    Replies: 3
    Last Post: May 07, 2014, 7:24 AM
  2. Replies: 6
    Last Post: May 09, 2013, 1:24 PM
  3. [CLOSED] Enter = submit
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Dec 22, 2010, 1:20 PM
  4. [CLOSED] Handle enter keypress on gridpanel
    By jchau in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 23, 2010, 4:38 PM
  5. Map Enter Key to Button Submit
    By mathec in forum 1.x Help
    Replies: 1
    Last Post: Jan 20, 2009, 1:25 PM

Posting Permissions