2

Can we submit PDF FORM using javascript? If yes please let me know how I can achieve this.

Yogesh
  • 928
  • 1
  • 8
  • 21
  • you got code already done? at least something ? – mas-designs Mar 13 '12 at 13:33
  • I didn't got any code. I was wondering about the possibility of this functionality. Actually I am waiting for such PDF form file, so I thought, if I get any answer or guideline, I will start working on it in right way as soon as I receive a PDF file. – Yogesh Mar 13 '12 at 14:04

1 Answers1

1

Yes, you can submit PDF forms using javascript. Here is a thread discussing this issue:

Submit pdf form fields to a HTTP POST request

Community
  • 1
  • 1
EasyPush
  • 756
  • 4
  • 13
  • I might have asked question in wrong way.. sorry if so. Is it possible to submit PDF form using EXTERNAL javascript? I guess solution of above question is achieved by adding javascript in PDF. – Yogesh Mar 14 '12 at 11:35