Attached file to an email

attach a file from the server to an email in ChronoForms.

Overview

The issue occurs when trying to use a PHP variable to specify the file path in the attachment field.
Use the correct field format to reference the server file path, ensuring the path is accessible to CF.

Answered
ChronoForms v5
we webcrea 10 Jul, 2017
Hi,

How to attached file to an email? File name is populate by php.

I tried in Attachment files field
{fic_name}
<?php echo $fic_name; ?>
<?php echo $form->data['fic_name']; ?>

Regards
This topic is locked and no more replies can be posted.