Submit Button in an Acrobat Form
zwitene
-
peterpan833 Posted messages 48 Status Membre -
peterpan833 Posted messages 48 Status Membre -
Hello,
I need to send a PDF form to several people and I want them to return it filled out with their information.
The problem is that with Acrobat 8 equipped with Livecycle, the only option (so far as I can tell) is the "Send by email" button, which sends the data from the filled-out form with an XML file attached to an email that opens automatically in the mail client.
What I want is to configure this button so that once clicked, the form is saved with the filled-in data and sent in its entirety as a PDF attachment in an email.
In fact, I've looked into it, but it's impossible to send in any format other than XML; I would have preferred a more flexible format such as tab-separated text, for example.
About 4 years ago, during an internship, I was tasked with creating a satisfaction survey to be filled out and returned by email afterwards, and it seems to me that at the time, it required "coding" the "Send" button a bit with a script that allowed either saving and sending the form data in a text file.
So, I hope I've been clear enough. Could someone please help me?
Thanks a lot!
I need to send a PDF form to several people and I want them to return it filled out with their information.
The problem is that with Acrobat 8 equipped with Livecycle, the only option (so far as I can tell) is the "Send by email" button, which sends the data from the filled-out form with an XML file attached to an email that opens automatically in the mail client.
What I want is to configure this button so that once clicked, the form is saved with the filled-in data and sent in its entirety as a PDF attachment in an email.
In fact, I've looked into it, but it's impossible to send in any format other than XML; I would have preferred a more flexible format such as tab-separated text, for example.
About 4 years ago, during an internship, I was tasked with creating a satisfaction survey to be filled out and returned by email afterwards, and it seems to me that at the time, it required "coding" the "Send" button a bit with a script that allowed either saving and sending the form data in a text file.
So, I hope I've been clear enough. Could someone please help me?
Thanks a lot!
Configuration: Windows XP Firefox 2.0.0.7
15 réponses
Hello everyone,
I am currently testing PDF sending... and I found it! :)
You need to integrate a basic button instead of the "Send by email" button.
Then, in the button object's properties:
- tab Field > Control types: "Send"
- tab Send > URL: mailto:xxx@xxxx.fr and Send as: PDF
There you go.... ;)
See you!
I am currently testing PDF sending... and I found it! :)
You need to integrate a basic button instead of the "Send by email" button.
Then, in the button object's properties:
- tab Field > Control types: "Send"
- tab Send > URL: mailto:xxx@xxxx.fr and Send as: PDF
There you go.... ;)
See you!
can you send me a screenshot so I can try to see what's wrong or at worst your form
thanks
I just tried this
You need to integrate a basic button in place of the "Send by email" button.
Then, in the button object's properties:
- Field tab > Control types: "Submit"
- Submit tab > URL: mailto:xxx@xxxx.fr and Send as: PDF
The button works well sometimes
I don't know if this is the reason, but I'm mentioning it anyway:
on computers with Acrobat Pro, it works fine, it opens Outlook and attaches my filled PDF file
but on computers that only have Reader 9, I can fill out the online form, print via the print button that I also inserted
but the send by email button with mailto:xxx@xxx.xx?subject=my subject
remains inactive
any ideas???
thanks in advance