Is it possible to reference a Form or a Button on a PDF using Javascript? What I am trying to do is to write Javascript code that will submit a form, or if not that, click a Button of my choice that submits the form.
The problem I have here is that I don't know how to reference the button or the form in Javascript.
So is there a way to achieve this?