I have made quite a complex application form using LiveCycle 11 based on
an XSD using Javscript.I've got many problems with the state appearing
to be reset but this is the easiest to explain.There is a dropdown list
that asks the user to select the type of Application. If they select
MultipleI need to enable a dropdown with values in it and remove any
previously instantiated forms. So I do this in the change eventif
($.boundItem(xfa.event.newText) == "Multiple Applicants") {
pgMainForm.ddNoAppli...