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

  1. #1

    Default FDF emailing

    I have been reading everything in here about this but still need 1 question answered. I know that you cannot email back a form with Acrobat reader but I keep reading that it is possible to receive the data using an FDF file. From the "help", I found the following script to use under actions.

    this.mailForm(true, "email@someplace.com", "", "", "Title");

    This does not seem to work with the reader. Do you have to send the file to a url to receive data from the reader. Sorry if this has been answered.
    Linda_Ringie@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. Emailing from Dreamweaver
      I am currently formatting an email announcment in Dreamweaver then opening in Frontpage and using the send to function to email the page. I need to...
    2. emailing a form in .net
      I have a current form on my companies website that is a request for information form. it is down in vbscript .net I needed to add a dropdown list...
    3. Converting to PDF and Emailing
      I am having a problem with the Email program Adobe opens. First I open the Word document, then I click "Convert to PDF and Email", then the incorrect...
    4. ASP emailing problem
      Ive developed a web based system where somebody can add a news record using ASP and MS Access database connectivity. The new record is inserted into...
    5. 550 error when emailing
      Don't know if this is new news, old news or no news. Every time I tried to email with my php/mysql combo I would receive a email back from the...
  3. #2

    Default Re: FDF emailing



    This does not seem to work with the reader.




    It can work with Reader, but not very reliably. It requires various things to be just right on the client machine, such as e-mail client software, etc.

    Do you have to send the file to a url to receive data from the reader.




    This is a much more reliable method. And now that Reader (6) can submit to a web server outside of a browser, it's even better. All you'll need is a script on the web server to handle the incoming FDF and attach it to an e-mail message. This ranges from easy to difficult, depending on the web server you're dealing with.

    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