[Zope] Forms
Jim Sanford
jsanford@atinucleus.com
Mon, 10 Jan 2000 10:57:00 -0600
Try :
<dtml-with REQUEST>
dtml/html code to email data
</dtml-with>
or write a ZSQL method to extract the data you just entered and use
<dtml-in thatZSQLMethod>
dtml/html code to email data
</dtml-in>
The later would ensure that the recipient is seeing what is actually in the db.
__________________________________________________________________
Jim Sanford
. Database Engineer
/ \ / Accelerated Technology, Inc.
/ / 720 Oak Circle Drive East
/ / \ Mobile, AL 36609
/ / \ Voice: 334-661-5770 fax: 334-661-5788
/ \ E-Mail: jsanford@atinucleus.com
Web: http://www.atinucleus.com
Source Code, No Royalties, Any CPU...It just make sense !
__________________________________________________________________
----- Original Message -----
From: Scott Tran <scott.tran@pmail.net>
To: <zope@zope.org>
Sent: Monday, January 10, 2000 9:36 AM
Subject: [Zope] Forms
I've set up a form that calls a dtml method to input the form data into a
database table, then it calls another dtml method to take the form data and
sends via e-mail. I'm having problems with referencing the form data in my
method that sends the e-mail. Any suggestions? Thanks.
Scott
_______________________________________________
Zope maillist - Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope-dev )