Avatar

Level 2

Problems is how to  send data from pdf form like .pdf file  ?

Try this :

  1. On the form create Submit by Email button
  2. in Object palete create input mail addrese
  3. open XML Source tab i press : Crtl+F to find UTF-8
  4. when find some like this : .....

                    <event activity="click">

                    <submit format="xml" textEncoding="UTF-8" target="mailto: .....

change to :

                    <event activity="click">

                    <submit format="pdf" textEncoding="UTF-8" target="mailto: .....

Back to Design view tab and save the form (ex. XY.pdf)

In adobe acrobat (if you have it) open the form XY.pdf

Open in menu Advanced/Enable Usage Rights in Adobe Reader ... option , go to the end of wizard  ...  and

.... just take it ....

good luck !!!