Hi, I've to send the form in PDF format and I've got various functions to do it:
event.target.submitForm({cURL:"mailto:mysister@myhouse.com;nobody@home.com?subject=Submitted Form&body=Please find attached the completed form.",cSubmitAs:"PDF",cCharset:"utf-8"});
event.target.mailDoc(false,"", "", "", "Avaluació periode " + P1.Periode.rawValue + " de l'empleat " + P1.Empleat.rawValue , "A signar.");
but none of those let me change the name of the file that appears as attachment.
Could anybody help?
Thanks in advance
Esteve.