Ordering fields in SharePoint custom list’s NewForm.aspx page
We have seen that lots of time we need to change the order in which some fields appear on the new list item form (i.e. NewForm.aspx) for any of the SharePoint custom lists. Regardless of the ordering in the view you have selected or created, the fields always seem to appear in the order they were created while creating a custom list on the new item form.
So question comes, how to reorder them?
Well, one way is to create altogether...