Thanks for reply. This is something I want to avoid because the form is 
pretty long and will be changing so flexibility is important to me.

W dniu poniedziałek, 29 kwietnia 2013 15:10:09 UTC+2 użytkownik Tomas 
Schertel napisał:
>
> On Sunday, 28 April 2013 08:36:02 UTC-3, Michał Fijołek wrote:
>
Hello!
>> I've got a html form and I'm using web.input() to get data from it. 
>> Unfortunately web.py changes the order of input data. Is there something I 
>> can do about it? I want to store input in a list in original order. Thanks 
>> for the help!
>>
>
> Maybe it's not the best option, but you can call each item from input data 
> using something like this:
>
> i = web.input()
> i.get("name1")
>
> Hope it helps.
>

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to webpy+unsubscr...@googlegroups.com.
To post to this group, send email to webpy@googlegroups.com.
Visit this group at http://groups.google.com/group/webpy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to