Submit a PDF form to a local server

Ask a Question related to Adobe Acrobat Macintosh, Design and Development.

  1. #1

    Default Submit a PDF form to a local server

    I've created a simple PDF form using Acrobat 8 Pro on a Mac, and I'm not sure if what I want to do with it is possible. I want to have the PDF form sitting on our local file sharing server and have employees grab the PDF form and fill it out, and when they hit the SUBMIT button have an FDF file saved to a folder on the same server.

    When I choose "submit a form" while trying to format the SUBMIT button, it wants a URL to send it to. Is there a way to tell it to save to a certain location on a local server?

    I may be way out of my league here so I'd appreciate any help.

    Thank You
    Jesse_Feigum@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Submit a form to server without reopening the pdf
      Hello, we have crated an online shop as an interactive pdf. Our problem is: If the user navigates through the acrobat reader plug-in in the...
    2. Submit form
      I am creating a control which will upload files. The problem I am having is the button event I have created does not seem to see the files getting...
    3. Form submit
      Mira, If you move from one page to another then the objects which were on the first page wouldn't be accessible from the second. Is this what...
    4. Form Field/ Form Submit Problems (probably an easy answer...)
      Hey Everyone.. I have a form that has approximately 7 text fields and 1 checkbox. Generally when this form is submitted(to itself BTW) it works...
    5. Can't use 'local' to find sql server instances on local machine
      My computer (connected to a domain) is having trouble connecting to the local MSDE when using 'local' or '(local)' as server name. The only way I...
  3. #2

    Default Re: Submit a PDF form to a local server

    A submit URL for a server is an http or https URL of a web server.
    Your intranet server can have a script that receives and saves the
    data, but you cannot have a submit=save button.

    Aandi Inston
    Aandi_Inston@adobeforums.com Guest

  4. #3

    Default Re: Submit a PDF form to a local server

    Thanks for the response. Maybe save was the wrong word to use. From what I can tell, most online pdf forms send the fdf file as an email attachment when submitted, and what I want it to do is to dump that fdf file into a folder on our local server instead of emailing it. Is this possible?
    JFShorty Guest

  5. #4

    Default Re: Submit a PDF form to a local server

    What version of Acrobat will your users be using? Reader?

    George
    George_Johnson@adobeforums.com Guest

  6. #5

    Default Re: Submit a PDF form to a local server

    Everyone using this form will have Acrobat Pro on a Mac.
    JFShorty Guest

  7. #6

    Default Re: Submit a PDF form to a local server

    What version of each (Acrobat/Reader 6, 7, 8, 9 or whatever)
    pjonesCET@adobeforums.com Guest

  8. #7

    Default Re: Submit a PDF form to a local server

    Sorry. Acrobat 8 Pro.
    JFShorty Guest

  9. #8

    Default Re: Submit a PDF form to a local server

    Acrobat Pro allows users to export the form data a number of different ways. For example, in Acrobat 7, use the menu item "Advanced > Forms > Export Data from Form...". There are also various JavaScript methods that allow one to export a data file (e.g., exportAsFDF).

    George
    George_Johnson@adobeforums.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139