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

What is the script for creating sequential auto number on PDF form?

New Here ,
Feb 22, 2016 Feb 22, 2016

Customers can download the PDF form on website and fill in information. They will have to open this form from different computers. I'd like to generate sequential auto number on each individual form. Still I don't know what would be the best or easiest option to this case - use submit button with java script, just create text field with script, or should something else.

I'd really appreciate it if you could help me to figure this out. Thanks again!

TOPICS
Acrobat SDK and JavaScript
526
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, 2016 Feb 23, 2016
LATEST

(My reply from another forum where you posted the same question)

It's very difficult to do that. How is the form on one computer supposed to know what number is being used on another computer? The only way was if both forms communicated with a single server that gave them the numbers and kept track of those that were used already. This is possible to implement, but is very complicated.

I suggest you either assign those numbers on your end, after you received the filled-in forms, or that you used other kinds of numbers, such as random, or time-based ones.

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