Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2020 10:59 PM
function onSubmit() {
//Type appropriate comment here, and begin script below
if (this.document.getElementsByClassName('get-attachment').length != 2) {
alert('You must attach the 2 attachments');
return false;
}
}