SubmitForm interaction
Hi lists, I'm working with some pdf interactions and using the line "\button{Absenden}[SubmitForm{mailto::daniel.grycman@rub.de,Kommentar}]" to create the submit button. But there is no new mail created, after initiating the submit process. Missed I something? Daniel
On 29-11-2010 3:37, Daniel Grycman wrote:
Hi lists,
I'm working with some pdf interactions and using the line "\button{Absenden}[SubmitForm{mailto::daniel.grycman@rub.de,Kommentar}]" to create the submit button. But there is no new mail created, after initiating the submit process. Missed I something?
a more complete example is needed ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hi Hans,
Hi list,
the whole source attached.
Daniel
On 11/29/10 7:19 PM, "Hans Hagen"
On 29-11-2010 3:37, Daniel Grycman wrote:
Hi lists,
I'm working with some pdf interactions and using the line "\button{Absenden}[SubmitForm{mailto::daniel.grycman@rub.de,Kommentar}]" to create the submit button. But there is no new mail created, after initiating the submit process. Missed I something?
a more complete example is needed
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Here comes the short one :-). \setupcolors[state=start] \setupinteraction[state=start, author=Daniel Grycman, date=\currentdate] \setupfields[methods=xml] \setupfield[TextSetup] [width=10cm, height=2.75cm, rulethickness=1pt, regionin=JS(Initialize_TeX_Key), afterkey=JS(Convert_TeX_key), validate=JS(Convert_TeX_String)] \definefield [Kommentar] [text] [TextSetup] [Ihr Veranstaltungskommentar...] \starttext \bTABLE \bTR \bTD Kommentar: \eTD \bTD \field [Kommentar] [Ihr Kommentar...] \eTD \eTR \eTABLE \button{Absenden}[SubmitForm{mailto::daniel.grycman@rub.de,Kommentar}] \stoptext
In my case, when I press "Absenden", the "Kommentar" field gets cleared (or: the default value "Ihr Veranstaltungskommentar..." appears), but no mail is sent nor any mail client starts; I supposed some mailing should occur.
- WinXP, AR 8.
Lukas
On Mon, 29 Nov 2010 19:48:01 +0100, Daniel Grycman
Here comes the short one :-).
\setupcolors[state=start] \setupinteraction[state=start, author=Daniel Grycman, date=\currentdate] \setupfields[methods=xml]
\setupfield[TextSetup] [width=10cm, height=2.75cm, rulethickness=1pt, regionin=JS(Initialize_TeX_Key), afterkey=JS(Convert_TeX_key), validate=JS(Convert_TeX_String)] \definefield [Kommentar] [text] [TextSetup] [Ihr Veranstaltungskommentar...] \starttext \bTABLE \bTR \bTD Kommentar: \eTD \bTD \field [Kommentar] [Ihr Kommentar...] \eTD \eTR \eTABLE \button{Absenden}[SubmitForm{mailto::daniel.grycman@rub.de,Kommentar}] \stoptext
participants (4)
-
Daniel Grycman
-
Hans Hagen
-
Procházka Lukáš Ing. - Pontex s. r. o.
-
Wolfgang Schuster