Fillable Form Javascript
Hi,
I need to create a claim form but struggling with the java script to display the correct info.
1. The text box must display the amount being paid.
"Type1" is a drop down menu with 6 selections, how do I add the other 5 options information in the script? This is what I was thinking:
If ("Type1" = "PPC") then ("Text8" = "$120")
or
If ("Type1" = "APT") then ("Text8" = "R950")
2. I need to calculate the total amount for each currency in the 11 text boxes. What would the script be?
Thank you in advance for your help!
