|
That's the way it is with forms, unless you process it and order it the way you want at the backend it will be picked up and sent in the order the form dictates when submitted.
If you just use a for each x in request construct for collecting the form data then it will be in submit order, it's your job as programmer to order the data as required.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|