Can JavaScript be used to reference a Form or Button on a PDF document? I am attempting to write JavaScript code that will either submit a form or click a specific button that submits the form.
The challenge I am facing is knowing how to reference the button or form in JavaScript.
Is there a method to accomplish this task?