How to enable javascript | Community
Skip to main content
Level 2
May 13, 2009
Question

How to enable javascript

  • May 13, 2009
  • 14 replies
  • 54255 views

Hi, I have a form that check for data validation using script. If the "Enable Acrobat JavaScript" is not check at the Adobe Reader, the form data validation will not be executed. How can I solve this problem? Any script to enable the javascript? There is this AddRequirement method for the document object, I tried but don't seem to work. Thank you.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

14 replies

Jono_Moore
Level 10
May 20, 2009

I don't know. I don't think so, again if javascript gets disabled there won't be any way to do anything with javascript.

I find it unlikely that someone would turn off javascript half-way through filling out a form. But, I guess you never know what someone might attempt.

Level 2
May 20, 2009

Thank you...Appreciate your effort. I guess there is no perfect solution for this scenario...

ashlingd5092451
February 17, 2016

how do i enable javascript on a moble using adobe acrobate reader ?

nileshpb
Level 2
July 19, 2018

Hi All,

We too are facing the same issue , we created a dynamic pdf using form designer and included javascripts to execute on them.

The javascript doesn't get executed on the client machine unless we click on enable all features button.

Does anybody has a solution for the same?