I have added a 'company' input into the upload form. I would like the subject line of the confirmation email to dynamically insert the company name from the 'company' input from my upload form like below:
Subject: File Uploaded: GE Electric
The XUploadConfig.pm file has the following code for the subject line:
Code: Select all
# Subject for email notification
email_subject => "File Uploaded",