Skip to main content
May 17, 2017
Question

Javascript for "Submit form"

  • May 17, 2017
  • 1 reply
  • 6246 views

Is it possible to create / modify with JavaScript the "Submit form" button in order to send the PDF Form to SharePoint Foundation and not only the data (XFDF)?

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
May 24, 2017

No. You can use the submitForm method to send the file (whole file or just the form data) to whatever address you'd like, though.

PS. For questions about JS in Acrobat use this forum in the future: JavaScript

May 24, 2017

Thank you. What do I have to do that will be send the whole file to the SharePoint-Server (attention: only Foundation 2013)?

I didn't find nothing under "Preferences".

Alternative solution: is it possible that everyone to whom I send an e-mail, inviting him to complete and to submit it, see in the TRACKER (also in the Acrobat Reader) all the RESPONSES?

try67
Community Expert
Community Expert
May 24, 2017

Create a button and add to it a Mouse Up action with the "Submit Form" command. In the properties dialog that opens enter the target URL and under Export Format select "PDF The complete document".

I don't know whether what you asked for is possible with the Tracker or not, and if so, how to achieve it.