Within the XML code, the Candidate Hire form is divided into rows and columns. Each XML element in the form (for example, fields, headers) has a row and column where it appears. You'll want to rearrange fields in cases where you removed a field. For example, an administrator removes the Citizenship field and wants to move the Language field one column to the left.
To do this, in the XML code of the form, change the value in the <Column></Column> tag (for both the label and field) of the Language field from 3 to 2:
| Before | After |
|---|---|
|
|
|
Note: The Language field’s original column is set to 3 because the first column of the form (where First Name, Gender, and Birth Date are) is set to 0.
As a result, the Language column is moved to the left.