Forum Moderators: phranque
Do I need to hire someone who knows javascript to write the code or is there some free stuff on the web that I can check out?
Does anyone know of another solution rather than homegrown?
After all it is the visitor who decides to spend money on your products/services, not the marketing department.
What's to stop the first user from logging in with phony info and emailing everyone the link or bookmarking it?
What will you do to prevent this from happening so it's at least partly protected as a download?
The way this would be done is with a simple form and distribution of a random, expiring, non-bookmarkable URL. Better yet, the form submission has to be reviewed before distribution.
Both of these will be barriers if it's to collect business leads, and your marketing department will be committing career suicide for your company if this is the case - and they need to know it.
On the other hand, if it's info that is not meant to collect leads, it may be justified, and you need a programmer. The language doesn't matter, Perl, PHP, ASP, ColdFusion, whatever, but Javascript is not what you want. You need a server side language.