Hi,
I have had a look at the FAQs and searched for this topic, but can't seem to find a solution.
I have enabled attachments in the Setup Emails tab, but can't find where I tell the email which document to attach from the Media Manager?
Thank you in advance.
Lou
I have had a look at the FAQs and searched for this topic, but can't seem to find a solution.
I have enabled attachments in the Setup Emails tab, but can't find where I tell the email which document to attach from the Media Manager?
Thank you in advance.
Lou
Hi Lou,
Add this to the OnSubmit Before box and change the fle name.
Bob
Add this to the OnSubmit Before box and change the fle name.
<?php
$form_id = $MyForm->formrow->id;
$MyUploads =& CFUploads::getInstance($form_id);
$MyUploads->attachments[] = 'images/newsletter.pdf';
?> Bob
Thanks Bob.
Much appreciated.
Lou
Much appreciated.
Lou
This topic is locked and no more replies can be posted.
