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;


}

}