pdf formular an email senden on email client

Per Email, Webservices oder ähnliches...
Antworten
lauf
Beiträge: 1
Registriert: 20.09.2013, 23:08

pdf formular an email senden on email client

Beitrag von lauf » 20.09.2013, 23:32

Hallo!


Ich möchte ein Formular auf meiner Webseite ausfüllen lassen und dann an meine Email Adresse senden lassen....ohne das öffnen von einem Desktop-E-Mail-Client wie Outlook z.B..


Bin auf folgende Anleitung gestossen:


[fontsize=3]Hi[/fontsize]
[fontsize=3]I had the similar issues with Adobe LiveCycle Designer 8 so I found the following and problem gone..... [/fontsize]
[fontsize=3]Modify the underlying XML for the "Email Submit": [/fontsize][fontsize=3]In LiveCycle designer with the form displayed, select the "Email Submit" button on your form. Use the "View > XML Source" menu item to display the XML source code for the form. The first line of the "Field" tag for this button should be selected and visible in the window. If you look down the XML tags inside the field you'll see an "event" tag that contains a "submit" action tag. This is what needs to be modified. Everything about the submit is controlled from here. To change the submission format, change the "format" property to "PDF", so the "submit" tag should now look like this:

<submit format="pdf" textEncoding="UTF-8" target="mailto:"> [/fontsize]
[fontsize=3]Use a regular form button: [/fontsize][fontsize=3]Place a regular form button on your form . Look on the Object Window for the button. On the Field tag, towards the bottom will be a set of "Control Type" radio buttons. Select the "submit" option. There should now be a "submit" tab in the Object window. Switch to the tab and on the "Submit As" pulldown select PDF. [/fontsize]


[fontsize=3]...hab ich alles umgesetzt..[/fontsize]


[fontsize=3]...[/fontsize]
[fontsize=3]<event activity="click">
<submit format="pdf" target=" mailto:socco@gmx.de" textEncoding="UTF-16" xdpContent="pdf datasets xfdf"/>
</event>[/fontsize]
[fontsize=3]...[/fontsize]


[fontsize=3]bzw. http://laufrad-manufaktur.de/1.pdf die ganze Datei.[/fontsize]


[fontsize=3]...und was ist??? ...funktioniert nicht!!![/fontsize]


[fontsize=3]Hat jemand eine Idee???[/fontsize]

Antworten