helloi have a digital flight report, and it has button to submit by
email (this.mailDoc),the email is selected based on the aircraft type
dropdown listDrop down list "A/C TYPE" value of "A330" item =
"a330vr@almasriaairlines.org"value of "A320" item =
"a320vr@almasriaairlines.org"value of "b737" item =
"b737vr@almasriaairlines.org"i want to add the chief pilot email if
field "comments" is not emptythe script is:// // Before sending the
data, make sure that all required // fields are valid//// Th...