0

I understand I'm meant to put my ideas of how this could work, but I'm unable to do so as I'm trying to understand the best approach. I've not had any ideas from the "programmers" site so I need to try an other approach.

I've searched google, but must be using the wrong terms..

I'm trying to find a plugin or script that lets me capture basic user info like name, company and email address. After they complete and send this (With basic validation performed) the site will show a download button which lets them download a pdf.

I'm stuck where to start, so just looking for some help to point me in the right direction.

An alternative approach is for an automatic email to be fired after the user data has been submitted.

Sites being built in html/css so ideal I'd like to know if there is something using Javascript I can use or if really needed php would be my preferred option.

Thanks for your understanding about this request.

Dano007
  • 1,872
  • 6
  • 29
  • 63
  • You'd want to use PHP, as anything client-side could be circumvented without as much as a blink. You have to show some effort code-wise here of where you got stuck to get anymore help. – Connor Tumbleson Jan 06 '14 at 20:54
  • there are dozens or hundreds of web application technologies that can be applied for your case. Take any good tutorial on PHP to get started. – PA. Jan 06 '14 at 20:55

1 Answers1

0

Heres a few links to get you started

PDF creation is a little bit more advanced but if your up for the challenge I use a class called mPDF

Hopefully this will get you started!

Community
  • 1
  • 1
MrHunter
  • 1,892
  • 1
  • 15
  • 23