**New Developers Working Group** ====== Control Angular Form Field Order ====== If you do not specify the field order when opening an Angular form in a modal, the fields will be displayed in alphabetical order. This can be very confusing, so it is good practice to add a **fieldOrder** parameter to the relevant HTML file: fieldOrder="field1,field2,field3" An example of this in action can be seen in admin-carousel.component.html: Note that you can also make use of the **hiddenFieldsList** parameter for fields that do not need to show on the form, and of the **readonlyFields** parameter to make specified fields uneditable.