Hi All,
I have developed a Adobe Dynamic form, with javascript in it. When I look into the preview the javascript is working, but when I deploy and run it, the javascript is not working in the Adobe Reader.
I have:
Adobe Reader 7.0.9
and working nog NWDS SP18, MI also on SP18.
The javascript I'm using:
if (xfa.event.newText == "Electriciteit") {
aansluitingVan.presence = "visible";
aansluitingNaar.presence = "visible";
tfWijziging.presence = "visible";
rtWijziging.presence = "visible";
} else {
aansluitingVan.presence = "invisible";
aansluitingNaar.presence = "invisible";
tfWijziging.presence = "invisible";
rtWijziging.presence = "invisible";
}
Does anyone know what the problem could be?
Thanks & Regards,
Chris Bogers