The form I am creating is being submitted via email. The email address
the form is going to is determined by a drop downlist. To do this I am
using the fake email button option (based on Pauls "Email Options"
directions). I would like to change the email body message to say
something different from the subject line and the standard Adobe message
"The attached file is the filled-out form. Please open it to review the
data."if (DropDownList1.rawValue != null){
RealEmail.event__click.submit.target ...