Disable Message Box
Posted: Thu Nov 16, 2023 8:28 am
Hello, I'm having an issue where before printing a PDF it pops up a message box. Decoding the PDF I see that it has code to do this:
<event activity="prePrint" ref="$host" name="event__prePrint"
><script contentType="application/x-javascript"
>xfa.host.messageBox("Don't forget to sign!");
</script></event>
Is there a way I can disable these message boxes? I do have Javascript disabled so it must not count as javascript?
<event activity="prePrint" ref="$host" name="event__prePrint"
><script contentType="application/x-javascript"
>xfa.host.messageBox("Don't forget to sign!");
</script></event>
Is there a way I can disable these message boxes? I do have Javascript disabled so it must not count as javascript?