Importing XFA form into AEM, change event hander doesn't fire
Hi
I have an XFA form with a change event handler on a field. When the form is rendered as a PDF and opened in Reader, the change event handler works fine.
However, when importing the XFA into AEM forms, adding the field to the AEM form works, but the change event doesn't fire when it is supposed to. I had a change listener setup on a drop-down list. I tried the simple case of a javascript pop-up on any change, but no luck.
Are change events supported this way in AEM? Is there documentation describing what type of event handling is supported?
Thank you