Home › Forums › General XMetaL Discussion › Limit selection in drop down menu based on previous dropdown. › Reply To: Limit selection in drop down menu based on previous dropdown.
Reply to: Limit selection in drop down menu based on previous dropdown.
August 23, 2012 at 6:37 pmThis would require scripting (JavaScript or whatever you set the XFT up to use).
You might attach a database source to the form to make things a little easier to manage (rather than hard coding lists for example) but populating the second dropdown would still require script to decide which items to populate with based on the first dropdown's selection.