the contact form works fine but the attached file does not get sent to the contact form email address

CommentFileSizeAuthor
#1 functional.patch16.14 KBmanuel.adan

Comments

manuel.adan’s picture

Category: support » bug
Status: Active » Needs review
StatusFileSize
new16.14 KB

Hi,

I had the same issue as you, and I found other bugs, like file field did not show in contact form blocks. Solved in attached patch, that makes the module again functional in D6:

  • using now hook_mail_alter rather than hook_mail
  • working on contact form blocks
  • code sanitizing
  • non-functional code deleted (OG...)

I'd notice that validate function is not called :?

zhongguo999999’s picture

I had the same issue as you, the attachment don't send to the Destination Address, even though I use the functional.patch.

I'd appreciate any help you can give me.

zhongguo999999’s picture

There is a solution: http://drupal.org/node/727744

oadaeh’s picture

Issue summary: View changes
Status: Needs review » Closed (outdated)

I'm closing this as it is for a branch that is no longer supported.