Answered
var cBody = "Data: " + this.getField("Data").value;
app.mailMsg({cTo:"me [at] my [dot] com", cSubject:"Collected Data", cMsg: cBody});
since we know we can just send 1 single data, call up the mailclient and mail this data.
now to finalize my project, is there any way to bypass this mailclient popup, and send this data instantly using any script...?
cause i have been asked million of times to do this, since people dont like to save the pdf and mail it via gmail hotmail yahoo etc. cause they dont have their own mailclient.
you know, to make it more userfriendly.
for you the experts, you think its possible, to collect this data, bypassing, using php, ajax... anything,
to send this single field instantly...
: )
tnx in advance
George