I created a dependent dropdown list form in Acrobat X Pro using the example in the tutorial:
http://acrobatusers.com/tutorials/js_list_combo_livecycle
This code works great, however, this tutorial only works if the options for the dropdwon lists are full words. Multiple words separated by spaces can't be used because the options for the main list are used as arrays. In this tutorial for example, the options for the main list are: Chassis, Clutch, etc. (one word). This technique won't work is for example, if the options for this list are 'Cylinder Ring', 'Brake Pads', etc.
Any ideas on how to implement the dependent dropdow lists using multi-word options?
Thank you.