Ask a Question related to Adobe Acrobat Windows, Design and Development.
-
Linda_Ringie@adobeforums.com #1
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
-
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... -
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... -
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... -
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... -
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... -
George_Johnson@adobeforums.com #2
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



Reply With Quote

