Copy link to clipboard
Copied
Workflow:
I have accomplished Step 1-4. However on step 5 I'm only able to return the successfully saved PDF file which gets opened in Adobe Acrobat Reader DC.
On the technical side I do this (starting at step 4 of the workflow):
So my question is how to redirect the user to a website after submitting the PDF form? Ideally the redirection should be controlled by the server script.
Copy link to clipboard
Copied
Reader can’t display HTML. Manage your response in Reader and without redirection. You can return field values in FDF.
Copy link to clipboard
Copied
https://forums.adobe.com/people/Test+Screen+Name schrieb
Reader can’t display HTML. Manage your response in Reader and without redirection. You can return field values in FDF.
Thx for your response. Yes the reader can't display HTML, however based on another forum suggestion I tried this approach assuming it may work.
What do you mean with "You can return field values in FDF" - How does this help me to redirect the user to a website?
Copy link to clipboard
Copied
That doesn't help you redirect, but you can return a status message to a field.
Copy link to clipboard
Copied
https://forums.adobe.com/people/Test+Screen+Name schrieb
That doesn't help you redirect, but you can return a status message to a field.
That's definitely an idea. Unfortunately I don't want to change the file contents in this way, because if the user prints, shares, etc. the file the message would remain (in most cases) within the file.
Isn't there a way to persuade the PDF-Reader to display the message in a pop-up or to redirect the user to a website? I'm wondering if I'm the first person who would need that.
Copy link to clipboard
Copied
Actually, both things are possible, since the FDF basically returns the structure of a file for the application to open, and that file can contain a script, which in turn can open an alert window or even launch a URL in the browser.
Copy link to clipboard
Copied
try67​ Thank you, after searching the web for details on FDF I finally managed to response a message, which pop up in the Reader.
However it is not easy to find good or at least working examples on FDF. Do you know FDF documentation especially with JavaScript responses?
I'm still searching a solution to redirect the user to a website, where the document was uploaded.
My current workflow:
Find more inspiration, events, and resources on the new Adobe Community
Explore Now