About 50 results
Open links in new tab
  1. Javascript, Dropdown lists, and autofill fields

    Mar 14, 2025 · Hi! Thank you so much to everyone for being here with answers to my many questions! I have a new one. I’m using Adobe Acrobat Standard on Windows 10. I have a PDF with the following …

  2. Custom JavaScript Code for If/Then/Else Statement

    May 26, 2010 · Acrobat forms use JavaScript so you need to use the JavaScirpt syntax for the proper JavaScript syntax for the ' if...else ' statement. You also need to access the field object as …

  3. Solved: If/Then/Else Statments for javascript with drop do... - Adobe ...

    Nov 13, 2020 · If/Then/Else Statments for javascript with drop down list and text field

  4. JavaScript Tutorials - Adobe Product Community - 4789190

    Mar 21, 2012 · The Global Object in Acrobat JavaScript - There are many different techniques for storing data in a global context. In this article, we’ll explore the official global object in the Acrobat JavaScript …

  5. Solved: PDF/JavaScript/Checkbox - Adobe Product Community

    Oct 15, 2019 · Hello, I have a simple PDF that has several checkboxes on it. What I'm wanting to do is have a specific PDF open depending on what checkboxes get checked (users clicks on a "Submit" …

  6. If then Statements for a Javascript in PDF form

    Mar 10, 2017 · Hellos, I have created a form that I need to implement an If Then statement. Basically if the answer to one field is a "Product" then I need a particular field to return a Value as 10. Basically If …

  7. custom javascript if checkbox checked - Adobe Support Community

    Oct 15, 2020 · My knowledge of Javascript is very basic and I have a pdf form I cannot figure out the javascript. I need to calculate taxes based on which checkbox is checked. If checkbox 1 is checked, …

  8. Document JavaScript and Validation - Adobe Support Community

    Oct 19, 2021 · Then adding in digital signatures adds 5 seconds. I thought that if I moved the calculations into a Document JavaScript then put the function into the valdiation it would only run …

  9. Re: If, Then JavaScript for PDF - Adobe Community

    May 13, 2019 · I am creating a calculating fillable PDF form. I need to make a statement of "If A+B < A+C, then A. If A+B > A+C, then C. I have been searching for hours and no luck. New to JavaScript.

  10. Help with Javascript with if else if statement - Adobe Product ...

    Feb 22, 2023 · I've found a few posts that seem like they should work for me but I keep getting a SyntaxError: missing ; before statement 1: at line 2 My form has 9 sections. Each section has 6 - 16 …