1
0
-1

Hi all,

This is just to bring to your information that when we try to submit a form to create a process, and instead of just clicking once, we repeatedly click on the submit button, Joget creates multiple process instances.

There are two things to note here:

  • This doesn't happen in Firefox, maybe due to the browser's way to handle the pop-up ('Process started successfully').
  • In Chrome, this creates multiple processes even when one of the fields has a duplicate value validator. Moreover, we do not get the 'Process Started Successfully' pop-up 'cause we get the 'Duplicate Value' error after 4-5 instances of the same entry has already been created.

Any help would be much appreciated.

Thanks,

Ashutosh

  1. Hugo

    Thanks for your observation! I will try it out and see on what I can find. Cheers

CommentAdd your comment...

1 answer

  1.  
    1
    0
    -1

    To prevent unintentional repeated clicking on the button, maybe you could use some javascript to disable the button once it's clicked?

      CommentAdd your comment...