Ok I found a solution. I replaced web.input() with web.data() then formated string splitting it with signs like '&' and '=' to create list that suit my needs.
W dniu niedziela, 28 kwietnia 2013 13:36:02 UTC+2 użytkownik Michał Fijołek napisał: > > 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! > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/webpy?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
