SubmitForm interaction
![](https://secure.gravatar.com/avatar/bcbfec248a6dbf771722140997e0d417.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/49e63acb01f2ca80efce7eed08310ce8.jpg?s=120&d=mm&r=g)
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 -----------------------------------------------------------------
![](https://secure.gravatar.com/avatar/bcbfec248a6dbf771722140997e0d417.jpg?s=120&d=mm&r=g)
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 -----------------------------------------------------------------
![](https://secure.gravatar.com/avatar/bcbfec248a6dbf771722140997e0d417.jpg?s=120&d=mm&r=g)
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
![](https://secure.gravatar.com/avatar/d6e7462bd4209f9c4cd08271985a50df.jpg?s=120&d=mm&r=g)
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