Are you using Adobe LiveCycle Designer? If so when you have the form
open in designer, click on the dropdowns you will see in the code behind
that dropdown where it calls a variable which is called myScriptObject.
Behind the drop-down list called "teams" it calls this script.Here is
what is in the scriptobject:var epl = "Chelsea,Manchester
United,Arsenal,Tottenham";var liga = "Barcelona,Real
Madrid,Valencia,Mallorca";var seriea = "Roma,Inter Milan,AC
Milan,Sampdoria";var eplArray = new Array();e...