I want to create an dropdown list that contains contingent/dynamic values.
I want to create a PDF that provides either content (text) or options contingent on the value chosen in a previous field.
1. First question; does this sound doable with javascript.
For purposes of question one; here is a simple example
Assume a form with 2 fields; Size and Color.
For size, there are two options in a dropdown; "small" and "large"
If the user selects "small", then text options for color would be "red" and "green".
If the user selects "large", then text options for color would be "black" and "white".
2. Where would one find documentation on the methods available for Javascript within Acrobat. Or any documentation, for that matter?
