# Are form values submitted in order?

**URL:** https://forum.kirupa.com/t/are-form-values-submitted-in-order/244811
**Category:** programming
**Created:** [November 22, 2007, 12:21am UTC](https://forum.kirupa.com/t/are-form-values-submitted-in-order/244811 "2007-11-22T00:21:28Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Yeldarb](https://avatars.discourse-cdn.com/v4/letter/y/51bf81/32.png) [@Yeldarb](https://forum.kirupa.com/u/Yeldarb)
#### Post date: [November 22, 2007, 12:21am UTC](https://forum.kirupa.com/t/are-form-values-submitted-in-order/244811/1 "2007-11-22T00:21:28Z")

</div>

I’m programming a webapp that will have a bunch of form fields that the user will be able to rearrange with Javascript.

What I want to know is if I need to devise a way to keep track of the order and submit that with the form or if when I parse the array of $\_POST[] values if it will be in the order they were in the DOM on the page.
