I am making an automated PDF character sheet. I want it so when a player selects an armor from a drop down list, a radio button selects telling the player what type of armor they have selected.
I would just have it say the words, but the aesthetics are important.
I figured out a method of making it work. I was originally trying to put the code in the radio boxes because I am used to doing code in Excel. I am very inexperienced with programming. I got it to work by putting the code in the "combo box properties." The hardest part was finding the syntax. I really wish I could find a syntax cheat sheet for foxit's javascript.
I might be able to cut the code on it a lot but right now I am just happy it works.