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: This action is rubbish. I have no idea what you'r

Re: [Zope] Form-Through-Script

2007-08-14 Thread tonylabarbara
; To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; 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

Re: [Zope] Form-Through-Script

2007-08-14 Thread tonylabarbara
To: [EMAIL PROTECTED] 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,

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 m

Re: [Zope] Form-Through-Script

2007-08-13 Thread tonylabarbara
pe.org Sent: Mon, 13 Aug 2007 5:35 pm Subject: Re: [Zope] Form-Through-Script Sounds like the script should check to see if the user is removing something like: if remove remove the item redirect back to the udpated form page else send to PP this way once the item is removed a

Re: [Zope] Form-Through-Script

2007-08-13 Thread Tom Von Lahndorff
: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; zope@zope.org Sent: Mon, 13 Aug 2007 4:59 pm Subject: Re: [Zope] Form-Through-Script can you describe what you're trying to do a little more clearly? On Aug 13, 2007, at 4:29 PM, [EMAIL PROTECTED] wrote: Well it didn't like that, either: Invali

Re: [Zope] Form-Through-Script

2007-08-13 Thread Tom Von Lahndorff
he called script to a new page and deliver all the renumbered hidden fields. TIA, Tony -Original Message- From: Tom Von Lahndorff <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; zope@zope.org Sent: Mon, 13 Aug 2007 4:59 pm Subject: Re: [Zope] Form-Through-Script

Re: [Zope] Form-Through-Script

2007-08-13 Thread tonylabarbara
ds. TIA, Tony -Original Message- From: Tom Von Lahndorff <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; zope@zope.org Sent: Mon, 13 Aug 2007 4:59 pm Subject: Re: [Zope] Form-Through-Script can you describe what you're trying to do a little more clearl

Re: [Zope] Form-Through-Script

2007-08-13 Thread Tom Von Lahndorff
pe@zope.org Sent: Mon, 13 Aug 2007 4:20 pm Subject: Re: [Zope] Form-Through-Script I think you want: method="post" enctype="multipart/form-data"> http://example.com/s/renumberTheCart"; method="post"> (my tal may be a bit off) On Aug 13, 2007, at

Re: [Zope] Form-Through-Script

2007-08-13 Thread tonylabarbara
A, Tony -Original Message- From: Tom Von Lahndorff <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; zope@zope.org Sent: Mon, 13 Aug 2007 4:20 pm Subject: Re: [Zope] Form-Through-Script I think you want: http://example.com/s/renumberTheCart"; method=&qu

Re: [Zope] Form-Through-Script

2007-08-13 Thread tonylabarbara
; Cc: [EMAIL PROTECTED]; 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 nee

Re: [Zope] Form-Through-Script

2007-08-13 Thread Tom Von Lahndorff
renumberTheCart?doc=docs"; method="post"> 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

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 im

Re: [Zope] Form-Through-Script

2007-08-13 Thread tonylabarbara
away in a PT macro? http://example.com/s/renumberTheCart?doc=docs"; method="post">? ? 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-Scr

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: but I need

[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: but I need to pass a parameter "doc", which, of course, is the document I'm