I would like to use LaTeX to produce a PDF document with forms with the following features: -One or two user-modifiable text fields -One output text field -A "run" button that, when pressed, will take the first fields, run calculations on it using a javascript function, and put the result in the output field.
So what packages would I need (I presume insdljs, but would I need anything else), where can I get them, and what would be the actual program to put into LaTeX. Thanks.