• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Javascript is not working when send a adobe acrobat dc form on mail

New Here ,
Apr 06, 2021 Apr 06, 2021

Copy link to clipboard

Copied

I have created a form in Adobe Acrobat DC Pro with four checkbox which is filled according the javascript code, it is working absolutely fine in all the browsers but when I send this form for signature using adobe sign on the mail javascript does not work there anymore. Any help will be appreciated.

TOPICS
How to , JavaScript , PDF forms

Views

548

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 06, 2021 Apr 06, 2021

Copy link to clipboard

Copied

What code does you use? Where does you use the code?

May be that Adobe Sign doesn't support this.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 06, 2021 Apr 06, 2021

Copy link to clipboard

Copied

Hi Bernd,

 

Thanks for replying so fast. I have created a form inside Adobe Acrobat DC and Below is the code.

 

var isChecked = (event.target.value=="Yes");
this.getField("CheckBox1").value = isChecked?"Off":"Yes";
this.getField("CheckBox1").readonly = isChecked;
this.getField("CheckBox2").value = isChecked?"Off":"Yes";
this.getField("CheckBox2").readonly = isChecked;
this.getField("CheckBox3").value = isChecked?"Off":"Yes";
this.getField("CheckBox3").readonly = isChecked;

We have a scenario that we have to send form to an end user who will sign the form and select checkbox according to the coditions for that we are using request signature option in the tools.

 

But when end user receive mail and click on the "Review & Sign" button form is displayed but user can select all the checkbox instead of selecting one means at that point javascript code does not work.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 06, 2021 Apr 06, 2021

Copy link to clipboard

Copied

Where does you use the script?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 06, 2021 Apr 06, 2021

Copy link to clipboard

Copied

I have Adobe Acrobat Pro DC application installed in my system. In this application opened a form to edit using perpare form option then added checkbox.

 

Checkbox -> Properties -> Action Tab -> I have attach an image you can check out.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 06, 2021 Apr 06, 2021

Copy link to clipboard

Copied

Adobe Sign removes the actions. You can see this when you convert the form in a Adobe Sign form.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 06, 2021 Apr 06, 2021

Copy link to clipboard

Copied

What do you suggest to get form signed from end user.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Apr 06, 2021 Apr 06, 2021

Copy link to clipboard

Copied

LATEST

I have no suggestion.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines