Hi all,
Do you know a relatively easy to implement solution on DNN, to force a user to provide a valid email or register to download documents from the site.
1. I could use a "form module" but this gets messy / inconvenient for clients if we have many documents dotted around the site, even where the modules remember your user credentials to make multiple downloads quicker.
2. I could create 2 HTML modules for each set of documents to download. 1 module has all links opening a registration pop-up or takes one to the registration page and is visible to non authenticated users. The other module is an exact copy located directly under the first, but has legitimate links to download docs but module is only visible to authenticated users.
3. I set up a proper document repository which requires registration to view. Fairly easy to do, but means all download docs end up one dedicated area of site.
All these are fiddly to setup or are clumsy for client to interact with. Anyone got a neat, simple solution?
John