I want to allow people to "download an exclusive track" every month but they have to enter their email address first.
I would like to have an email field with two checkboxes next to it - the first one is "I would like to receive emails"
the 2nd one is "I am already a member".
Clicking submit then brings up the download link, ideally in the same page.
The data then feeds into a database. I'm not that worried about validating email addresses or having duplicate email addresses. The key thing is to know who has downloaded the track, to encourage email signups, and to make people think the track is "exclusive".
Any ideas how to do this, either with a plugin or just the code?