I have some downloadable documents (PDF) on my website for visitors to download. But I want to collect their personal information (name, email etc) before they are able to doanload them. Can anyone tell me if there's a simple way of doing this?
Ems 0 Newbie Poster
Recommended Answers
Jump to PostYou can do simple html form, however that can be cheated. So you need to look in some server side technology with ability to talk to database like PHP, ASP, JSP or AJAX (not exactly server side but can chat with database)
Jump to PostDepends what you want to do:
- simple form with html
- html with JavaScript validation
- use PHP/ASP/JSP/AJAX
Jump to Postrestrict your user to download only after providing his/her information...
this is done by sessions concept in php or provide login form....PHP is not only technology with sessions :D I can do it nicely in JSP ;)
I think our server supports ASP or could go for HTML and …
All 10 Replies
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
Ems 0 Newbie Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
Shanti C 106 Posting Virtuoso
Ems 0 Newbie Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
Ems 0 Newbie Poster
MidiMagic 579 Nearly a Senior Poster
peter_budo 2,532 Code tags enforcer Team Colleague Featured Poster
Ems 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.