Check for JavaScript acitvation in pdf - file

Hi,

I have create a pdf-file which is using javascript in some fields.
Some staff forgot to activate JavaScript once before.
Permanent activation of javascript is not possible for security reasons.
How can I verify/check that the employee has activated javascript?

Does anyone have a solution?
Greetings,
Maro

Hi @Just

What does this Java Script do? My initial idea would be to find an element that is created/modified by the code, and if it doesn’t exist, then the Java Script was not active.

Does it make sense in your scenario?

Hi @loginerror,

we also had the idea to find an element.
I had the hope in adobe pdf to check out a value from the settings.
The javascript checks various fields for their content and provides data for selection in comboboxes.

We’ll try it.