I have a PDF form with has an Import, Reset and Submit button on it. From within a browser, I can operate these three buttons correctly. The Import button triggers an ASP file with an associated FPF definition, and all works fine.
What I want to do is have the PDF file open with the appropriate data already imported.
No problem I thought.
I replaced the <a href="FormTest.pdf"> HTML code with
<a href="FormTest.fdf"> and again this seemed to work a treat.
The problem however comes when I attemtp to press the Submit button on the displayed PDF form. It now comes up with the error: "File Not Found: URL FormTestSubmit.asp". This has me totally baffled as neither the PDF or the FDF file have been changed. The URL has simply been directed to the FDF file instead of the PDF.
I simply want to be able to load the PDF form with database sourced variables; I am 90% there, but have run into this problem. Any help would be appreciated.
I also tried adding some command line options to the URL; eg. tried:
<a href="FormTest.pdf#fdf=FormTest.fdf"> but this didnt work either.
Can anyone help with the resolution of this,
Thanks in advance,
Steve Lewy
Solutions Developer
(dont cut corners or you'll go round in circles)
What I want to do is have the PDF file open with the appropriate data already imported.
No problem I thought.
I replaced the <a href="FormTest.pdf"> HTML code with
<a href="FormTest.fdf"> and again this seemed to work a treat.
The problem however comes when I attemtp to press the Submit button on the displayed PDF form. It now comes up with the error: "File Not Found: URL FormTestSubmit.asp". This has me totally baffled as neither the PDF or the FDF file have been changed. The URL has simply been directed to the FDF file instead of the PDF.
I simply want to be able to load the PDF form with database sourced variables; I am 90% there, but have run into this problem. Any help would be appreciated.
I also tried adding some command line options to the URL; eg. tried:
<a href="FormTest.pdf#fdf=FormTest.fdf"> but this didnt work either.
Can anyone help with the resolution of this,
Thanks in advance,
Steve Lewy
Solutions Developer
(dont cut corners or you'll go round in circles)