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

How can I create a stamp with multiple input fields?

New Here ,
Feb 23, 2021 Feb 23, 2021

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
978
Translate
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

Use a Javascript Dialog for this.

Details are in the Acrobat Javascript Reference.

Translate
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
LATEST
Translate
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