Has anyone created a fake email button to check for required fields then execute an event on a button?
I have a form where I have written Java programming on a button to email the form and include field names (see below):
var oDoc = event.target;
oDoc.mailDoc({
bUI: false,
cTo: "pnf [at] jeffersonregional [dot] com" ,
cBcc: "renee [dot] holtzman [at] jeffersonregional [dot] com; janice [dot] lenz [at] jeffersonregional [dot] com" ,
cSubject: "PNF for " + LastName.rawValue + ", " + FirstName.rawValue + " : Reason - " + ReasonforChg.rawValue + " (" + ReasonCodes.rawValue + ") "
I would like to keep this but have lost the check for required fields since I am not using it as a submit button. I am trying to create a button that checks for required fields then executes the script on the button to email the form.
Can anyone help me?
radzmar
• LoveCycle Blog
Documents you need:
• LiveCycle Designer ES2 Docs