GuideBridge: Detect any changes on an Adaptive form on the front-end
Hi all,
I have a small question regarding the guidebridge API. I want to be able to detect any data changes on the UI of an Adaptive form as users modify the form. I use guideBridge.on("elementValueChanged", callback) which successfully detects data changes, but fails to detect removal of rows in tables.
Is there a general way of detecting any changes on Adaptive forms programmatically (including removal of rows)?
