Can i modify the file name on attachment via script?
Good morning everyone 🙂
I was wondering if i could via script, change the name of the PDF file that is created when i use the submit button and it attaches the current PDF into an email.
Something like a name + date:: 2023-01-25_FN LN.PDF
And just in the hopes this helps, i use the following script to fire off the said email:
event.target.submitForm({cURL: cEmailURL,cSubmitAs:"PDF",cCharSet:"utf-8"});
Thx again for the help, this would be awesome if its doable.
PAtrick