HiI have been working on trying to customise the email submit button to
custom entry email address, cc, bcc, subject etc etcYou can use the
pre-submit function on the email buttonI am using the following code:
this.event__click.resolveNode("#submit").format =
formatlist.rawValue;this.event__click.resolveNode("#submit").target =
"mailto:"+customemail.rawValue+"?subject="+subject.rawValue+"&cc="+cc.rawValue+"&bcc="+bcc.rawValue+"&body="+body.rawValue;THis
is picking up values from a dropdown and a...