Hey all,
I am trying to create a site that produces a PDF or something similar based upon user input through radio buttons. For example say there are three categories A, B, and C. Each category has two options, 1 and 2. So a diagram with option A = 1, B = 2, and C = 1 would generate the number 121, which would then pull 121.pdf -- making it available for download.
Is javascript the way to go with this? I have basic programming abilities with some HTML experience, but I know there are many different languages and options available. Maybe there is one that would make more sense to use? Any direction would be very helpful!
Thanks!