Re: [Zope] Form-Through-Script

2007-08-15 Thread Chris Withers
[EMAIL PROTECTED] wrote: 1)?I have a form that I need to send to a script and then send off to a URL (PayPal). I need to process it through the script to renumber things for PP. How do I do this? I imagine I add an element to the PT like so: form

Re: [Zope] Form-Through-Script

2007-08-14 Thread tonylabarbara
] Cc: [EMAIL PROTECTED]; zope@zope.org Sent: Mon, 13 Aug 2007 5:38 pm Subject: Re: [Zope] Form-Through-Script or maybe you have an update page where you remove items and then a confirm page where you can send to PP? On Aug 13, 2007, at 5:14 PM, [EMAIL PROTECTED] wrote: I'm trying to make

Re: [Zope] Form-Through-Script

2007-08-14 Thread tonylabarbara
]; zope@zope.org Sent: Tue, 14 Aug 2007 12:43 am Subject: Re: [Zope] Form-Through-Script ? Invalid request The parameter, doc, was omitted from the request. How do I pass the parameter, which in my case is quite long and stashed neatly away in a PT macro? td tal:define=docs here

[Zope] Form-Through-Script

2007-08-13 Thread tonylabarbara
Hi; I have a form that I need to send to a script and then send off to a URL (PayPal). I need to process it through the script to renumber things for PP. How do I do this? I imagine I add an element to the PT like so: form action=renumberTheCart(here/CheckOutAfterEditStuff) method=post but I

Re: [Zope] Form-Through-Script

2007-08-13 Thread Andreas Jung
--On 13. August 2007 15:39:40 -0400 [EMAIL PROTECTED] wrote: Hi; I have a form that I need to send to a script and then send off to a URL (PayPal). I need to process it through the script to renumber things for PP. How do I do this? I imagine I add an element to the PT like so: form

Re: [Zope] Form-Through-Script

2007-08-13 Thread tonylabarbara
PROTECTED]; zope@zope.org Sent: Mon, 13 Aug 2007 3:55 pm Subject: Re: [Zope] Form-Through-Script ? --On 13. August 2007 15:39:40 -0400 [EMAIL PROTECTED] wrote:? ? ? Hi;? I have a form that I need to send to a script and then send off to a URL? (PayPal). I need to process it through the script

Re: [Zope] Form-Through-Script

2007-08-13 Thread Tom Von Lahndorff
On Aug 13, 2007, at 3:55 PM, Andreas Jung wrote: --On 13. August 2007 15:39:40 -0400 [EMAIL PROTECTED] wrote: Hi; I have a form that I need to send to a script and then send off to a URL (PayPal). I need to process it through the script to renumber things for PP. How do I do this? I

Re: [Zope] Form-Through-Script

2007-08-13 Thread Tom Von Lahndorff
/CheckOutAfterEditStuff/macros/main / /td TIA, Tony -Original Message- From: Andreas Jung [EMAIL PROTECTED] To: [EMAIL PROTECTED]; zope@zope.org Sent: Mon, 13 Aug 2007 3:55 pm Subject: Re: [Zope] Form-Through-Script --On 13. August 2007 15:39:40 -0400 [EMAIL PROTECTED] wrote: Hi; I have a form

Re: [Zope] Form-Through-Script

2007-08-13 Thread tonylabarbara
]; zope@zope.org Sent: Mon, 13 Aug 2007 4:15 pm Subject: Re: [Zope] Form-Through-Script On Aug 13, 2007, at 3:55 PM, Andreas Jung wrote:? ? ? ? --On 13. August 2007 15:39:40 -0400 [EMAIL PROTECTED] wrote:? ? ? Hi;? I have a form that I need to send to a script and then send off to a URL

Re: [Zope] Form-Through-Script

2007-08-13 Thread Andreas Jung
--On 13. August 2007 17:40:35 -0400 [EMAIL PROTECTED] wrote: I would LOVE to do that. I don't know how :( Can you point me to a good tutorial or explain this a bit and give me some KW to chase down in google? Tony, please think about what you're doing for a moment. If you want to call a