I am wondering if there exists a module that will allow an anonymous user to fill out a quick form, attached a file, and hit submit.

Submitting that will send an email with the attachment to the proper place.

Thanks
BigSend
http://bigsendworld.com

Comments

vm’s picture

investigate CCK to create a content type and allow anon users proper permissions

investigate the actions.module to handle emailing

bigsend’s picture

Within CCK, how do I create a field where the user attaches a file?

Is there another add-on module to help with this?

-Thanks
BigSend
http://bigsendworld.com

vm’s picture

auto nodetitle.module may allow you to remove the title. As far as I am aware even node gets a title even if you remove it from sight.

body field can be removed by removing the label as explained during creation of the content type.

for adding files yes, investigate the CCK category of downloads. There are multiple modules that allow attaching of files to a content type.

bigsend’s picture

Thanks for your help! I have a follow up question.

I don't see a category in CCK called "downloads" I did a google search and came up a bit dry. Not sure what you are referring too.

Also, which module would your recommend for attaching a file? If that module includes restrictions of file types, file size, etc that would be perfect..

-Thanks
BigSend
http://bigsendworld.com

vm’s picture

I don't see a category in CCK called "downloads"

thats not quite what I said.

what I said was:
""investigate the CCK category of downloads""

see: http://drupal.org/project/Modules look for the CCK (hint: the categories are in alphabetical order). Here you will find all modules that work with CCK. You may be interested in testing out the filefield.module which is available there.

marcvangend’s picture

Depending on your needs, you could also use the webform module. Webform does not create nodes (or any other type site content) but it's a good way to create html forms (inlcuding file uploads) that have to be emailed to one or more recipients.