I would like to create a form with several dependent drop-down lists. When the user picks something from the first drop-down, the values in the second drop-down will change based on the value they chose. Then based on the second drop down, the values in a third drop-down will change.
I found an example on this web page that does that:
http://acrobatusers.com/tutorials/2007/js_list_combo_livecycle/
When I renamed the fields and updated the script object language to reflect those new names, it still worked. But when I went a step further and tried to add an additional item to the drop-down menu and then change the definitions in the “var oAssemblyParts” section to include those new values, the new items do not work the way the existing items do (by changing the “PartList” and “Price” fields).
What am I missing here? And is there an easier way to do this - my second and third drop-down lists have a pretty long list of values? (If it involves XML schemas I have no idea how to create those so double help!)
If there is any white space characters within the name, you need to put the object element within quotation marks.
Are you getting any error messages or unexpected pup-ups?
George Kaiser