Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
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
2 Comments
Hugo
Hi Jonathan,
I guess you can probably implement some Javascript to disable the button once user hit on it.
Cheers
Jonathan Yang
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