Dear All:

Would you help me to prevent user click the submit button two times, the behavior will cause 2 tasks with the same content.

That really makes the approver confused and will complain the system.

Sincerely

Jonathan Yang

  • No labels

2 Comments

  1. Hi Jonathan,

    I guess you can probably implement some Javascript to disable the button once user hit on it.

    Cheers

    1. Hi, Hugo:

      I tried to use javascript to disable the submit button, for example  : document.getElementById('assignmentComplete').disabled = true;

      Every time I click the submit button, it showed "form submitted", but nothing was changed.

      Would you please help me and give me a sample code. Thanks a lot

      Jonathan Yang