Does anyone know of any contact form plugins that allow people to upload and submit images? I used to use the "Cforms" plugin but I don't think it works with Wordpress 3.0.3 and up. Any suggestions?
Thanks teamnirvana! I was actually able to get the new version of cforms to work but thanks for the suggestion.
Contact Form 7 plugin does it. You can assign a file upload field. So almost anything can be uploaded and it will reach you in mail.
Yep, it sure does. Plus you can extend that plugin with any of a number of hooks it has in place. So if you need to move the image, or maybe post the image, you can hook into the form after it is validated and have it done. There are some other extensions for CF7 in the Codex, one of which writes the form data to your database. I thought that was pretty cool.