I have a fillable form and created a button that users can click on to
send to a name that is entered in a text field named Manager. In the
script editor I have the
following:Subject.#subform[0].EmailManager::click - (JavaScript,
client)//Create a variable to hold the document objectvar oDoc =
event.target;oDoc.mailDoc({bUI: true,cTo: Manager.formattedvalue,
cSubject: Location.formattedvalue + Department.formattedvalue +
Subj.rawValue});(FYI..Location and department are dropdown boxes and
subj. ...