I am creating a web for a music band and will be offering to download the CD for free.

But I would like user to fill a simple form before downloading (mail, country, name..)
I am planing to build a mailing list with that info.

Is there a module that can help me do this?

I also thought of the possibility to ask people to creat an acount before downloading the CD, but I am expecting more than 100.000 downloads... and I get a bit scared to have that amount of users...

any suggestions or ideas?

thanks!

Comments

VM’s picture

https://drupal.org/project/webform w/ https://drupal.org/project/webform_protected_downloads or https://drupal.org/project/webform_file_gateway

If you are trying to keep the files protected/private using the core private file system, you may need to have those users generate accounts and login so that they can be authenticated by Drupal.

sincronista’s picture

Well, thanks a lot, that is exactly what I needed. WEBFORM PROTECTED DOWNLOADS works fine
You saved me days...