How can I make a person enter an email in order to download a file?
PermalinkI would like to start offering a download that requires the person to enter an email. I own the ecommerce package if that helps. I would appreciate it very much if someone can point me in the right direction.
Thanks!

1. Create a hidden page with the link to download the file somewhere. Make sure it's not linked to.
2. Add a form on the page that the user visits with one field, Email Address.
3. Make the "success page" for that form the hidden page you created in step 1.