Re: Modifying form values before redirect

2011-02-03 Thread Osiaq
My bad, sorry! That was simple form['customer']='modified_customer_name' On Feb 3, 1:23 pm, Daniel Roseman wrote: > On Thursday, February 3, 2011 2:09:56 AM UTC, Osiaq wrote: > > > Hi all! > > I'm receiving the form from index.html and redirecting to order.html > > I would like to change "custo

Re: Modifying form values before redirect

2011-02-03 Thread Osiaq
Thank you :) On Feb 3, 1:41 pm, Tom Evans wrote: > On Thu, Feb 3, 2011 at 2:09 AM, Osiaq wrote: > > Hi all! > > I'm receiving the form from index.html and redirecting to order.html > > I would like to change "customer" value before redirection. > > When I try to modify it, Im getting "object doe

Re: Modifying form values before redirect

2011-02-03 Thread Tom Evans
On Thu, Feb 3, 2011 at 2:09 AM, Osiaq wrote: > Hi all! > I'm receiving the form from index.html and redirecting to order.html > I would like to change "customer" value before redirection. > When I try to modify it, Im getting "object does not support item > assignment" > How can I change "customer

Re: Modifying form values before redirect

2011-02-03 Thread Daniel Roseman
On Thursday, February 3, 2011 2:09:56 AM UTC, Osiaq wrote: > > Hi all! > I'm receiving the form from index.html and redirecting to order.html > I would like to change "customer" value before redirection. > When I try to modify it, Im getting "object does not support item > assignment" > How ca