How to prevent multiple clicks on Check Out button
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2016 03:45 AM
User is able to click on CheckOut button multiple times before the form actually gets submitted. so how to prevent it?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2016 07:13 AM
Add below client script on item.
Name: Submission Loading Screen
Type: onSubmit
Script:
function onSubmit() {
//Type appropriate comment here, and begin script below
showLoadingDialog();
}