Submit Button in an Acrobat Form

Solved
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!
Configuration: Windows XP Firefox 2.0.0.7

15 answers

  1. 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!
    8
    1. I can't get your manipulation for the send button to work

      can you send me a screenshot so I can try to see what's wrong or at worst your form

      thanks
      0
    2. Hello,

      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
      0
    3. @Rose-NHi Rose-N

      I have exactly the same problem as you. If someone opens my form with Acrobat Reader 7, they receive the following error message: This action is not allowed.

      In Acrobat Reader 8, nothing happens when clicking the button.

      If you have solved your problem, I would like to know what you did. If I find a solution, I will let you know too.

      Thank you in advance.
      0
    4. @LouisHello Louis,

      so you can see what I've done: my form is online http://www.lereca.fr/pdf/FormulaireEnqueteSatisfaction2009.pdf

      I created my form with a button specifically for sending the PDF (for those who can send it)
      with in the send tab (mailto:xxx@xxx.xx) and send as PDF
      if we use a send button via messaging we don't have the option to send the PDF as an attachment...

      and another button just to print... (for those who can't send the modified PDF: presumably those who don't have Acrobat Pro)

      I hope I've been clear.
      0
    5. @LouisHi,

      I have version 8.1 of LiceCycle Designer

      this problem comes from the fact that you are not publishing the form

      yes, you need to go through the "button" type button with a mailto:xxx@xx.fr but then you cannot save your form like that.

      in the "file" menu - "distribute the form" then you have 3 types of distribution, I choose "collect responses automatically on the internal server", if you don't have a server that's not a problem. Then you follow the wizard.

      Your form will be called formname_distributed.pdf. Then anyone with Acrobat Reader can fill it out and send it by email

      PS: make sure in the properties of your form to choose the compatible Acrobat version

      there you go

      See you later
      0