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.