can i modify the filename when using the email function in js??
Hi again,
trying to figure out if its possible to change the filename of the file being attached as an email when using the following function?
event.target.submitForm({cURL: cEmailURL,cSubmitAs:"PDF",cCharSet:"utf-8"});
Im not getting anywhere with the "documentFileName" function, i can get the name but i cant change it. So using that email event, could i change the name to a field value instead??
Just wondering if thats possible at all.
thx
Patrick