Hi,
Users fill out a form and a validation email is sent to them. After successful validation I would like an email sent that includes an attachment the user uploaded on the original form.
I have verified that the file is uploaded and the name of the file is added to the database table.
However I am receiving this debug message after the attempt is made to send the attachment. input_school_upload is the name of the file upload field.
> $attachments: input_school_upload
> $attachments: Array ( [0] => input_school_upload )
> $v: input_school_upload
Thank you for your assistance,
Peacemaker
Users fill out a form and a validation email is sent to them. After successful validation I would like an email sent that includes an attachment the user uploaded on the original form.
I have verified that the file is uploaded and the name of the file is added to the database table.
However I am receiving this debug message after the attempt is made to send the attachment. input_school_upload is the name of the file upload field.
> $attachments: input_school_upload
> $attachments: Array ( [0] => input_school_upload )
> $v: input_school_upload
Thank you for your assistance,
Peacemaker