• Global community
    • Language:
      • Deutsch
      • English
      • EspaƱol
      • FranƧais
      • PortuguĆŖs
  • ę—„ęœ¬čŖžć‚³ćƒŸćƒ„ćƒ‹ćƒ†ć‚£
    Dedicated community for Japanese speakers
  • ķ•œźµ­ ģ»¤ė®¤ė‹ˆķ‹°
    Dedicated community for Korean speakers
Exit
0

How can I create a stamp with multiple input fields?

New Here ,
Feb 23, 2021 Feb 23, 2021

Copy link to clipboard

Copied

I have 3 fields. I wrote this code:

this.getField("AuszugsNr").value = app.response("Auszug-Nr:");

this.getField("BelegNr").value = app.response("Beleg-Nr:");

this.getField("KSt").value app.response("KSt:");

Now the situation  looks like this: When I set the Stamp a window opens wich is called "Auszug-Nr:". There I can type something in. After that I click on OK. The current window (Auszug-Nr) closed and a new window called "Beleg-Nr" opens where I can type something in as well.....

I want to fill this three fields with one opened JavaScript Window.

How can I do it?

TOPICS
How to , JavaScript

Views

762

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 ,
Feb 23, 2021 Feb 23, 2021

Copy link to clipboard

Copied

Use a Javascript Dialog for this.

Details are in the Acrobat Javascript Reference.

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 ,
Feb 23, 2021 Feb 23, 2021

Copy link to clipboard

Copied

LATEST

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