Avatar

Level 10

If the macro doesn't run because of you don't have flash player installed use this script.

It's the one the macro will create.

You will only have to modify the somExpression of var0.

var var0 = xfa.resolveNode("Form1.#subform.Textfield1").rawValue;

event.target.mailDoc({

          bUI: false,

          cTo: var0,

          cCc: 'email4you@youraddress.org',

          cBcc: '',

          cSubject: 'Filled form',

          cMsg: 'Here's my filled form.'

});