5 Jan
2001
5 Jan
'01
3:16 p.m.
Try... for k,v in form.items(): k should contain the key name v should contain the value Otherwise... value = form['Name_Of_Variable_OF_my_form'] Hope that helps. Ryan
Hello,
Ok Sirs, I'm very late in my checking my mailbox ;-)
I've a question in this code above : How can I get the values of a dictionary form? In my Method, I used form.values(), form.Name_Of_Variable_OF_my_form, but it is not working.
Thanks
Marcus Mendes