Using CSV table to auto-populate form based on dropdown selection
I need to make a PDF form filable based on data I'm given in .csv format.
The .csv has the following headings that match what the form fields are called in the PDF.
Tail, Designation, Serial, MTOW, MLW, Noise, Full, Approach, Flyover, Overflight, and Takeoff.
I have a dropdown with all of the numbers in the Tail column. What I want is the rest of the form to fill based on what is selected in the dropdown.
1. I have basically no javascript knowledge and was wondering if someone would be able to help me in coding this.
2. Since I may not be the one who always edits the file in the future, would it be possible to make a .bat file or something that someone could drag and drop the .csv file on and the .bat would automatically output the javascript to a .txt file that could be pasted into the PDF?
Thanks in advance!
