Aug 28th, 2011, 11:03 AM
Hey guys,
I just tried it and it seems to work okay for me, as per the instructions here:
http://modules.formtools.org/swift_maile...ttachments
From what was posted, I think the value you're entering in the placeholder may be a little off - try just entering the file's field name as the field attribute value. e.g. if your form field looks like this:
In your email template, enter:
Also, maybe double check that the file type you're uploading is on the white list of acceptable formats (for that, go to Settings -> Files).
Let me know if you still have trouble!
- Ben
I just tried it and it seems to work okay for me, as per the instructions here:
http://modules.formtools.org/swift_maile...ttachments
From what was posted, I think the value you're entering in the placeholder may be a little off - try just entering the file's field name as the field attribute value. e.g. if your form field looks like this:
Code:
<input type="file" name="file123" />
In your email template, enter:
Code:
{$attachment field="file123"}
Also, maybe double check that the file type you're uploading is on the white list of acceptable formats (for that, go to Settings -> Files).
Let me know if you still have trouble!
- Ben