Avatar

Level 10

Hi,

I've tried your code by replacing cSubLine and cBody vars by a simple string and it worked fine here...

I suggest you make messageBox for each var you are passing through the submitForm

xfa.host.messageBox(cCCAddr);

xfa.host.messageBox(cSubLine);

xfa.host.messageBox(cBody);

then now take a look at those variables and see if there's something wrong.

Good luck!