Hello
Anyone an idea why i dont resive the attachment that was uploaded with the form?
con not fine an answer here.
Thank you very much.
ps: the tags
Left:
Upload functiebeschrijving
[file Uploadfunctiebeschrijving]
Right:
Upload functiebeschrijving: [Uploadfunctiebeschrijving]
http://wordpress.org/extend/plugins/contact-form-7/
Hi
If enyone have this isue folw the steps.
this was originaly posten by NGarrent!
I did some more investigating and got it to work!
comment out the following lines in classes.php:
if ( false === strpos( $mail_template['attachments'], "[${name}]" ) )
continue;
I believe this was checking to make sure the attachments matched up with the uploaded files, but it just plain doesn't work.