I think I have most of the code and settings correct, but I need some help.
I have a drop-down list that is populated with 3 states. When a certain state is selected from the drop-down list, I need a text box to populate with the appropriate tax info for each state. I have the list variables set up that define the data for the drop down list and the data I want to appear in the text box. I also have some of the basic javascript code in place -- but it's not perfect.
The problems I'm having with the resulting dynamic .pdf file include:
1. When a state is selected from the drop down list, the user has to click the text box first in order for the appropriate text to show up in the box.
2. When a state is selected from the drop down list and the user clicks the text box to display the tax info text, the tax info text does not change as it should if a user selects a different state from the drop down list.
3. The tax info in the text box will not even show up for 2 of the states (is this because the list variable I have set up for these states has too many text characters? Is there a way around this limitation?)
Can anyone help me tweak the javascript code and settings I am using to make the text field populate properly? This is the first livecycle project I've even tried and my first experience with javascript.
Here is the file I am working on:
http://www.filedropper.com/outofstatetaxtemplate2