Relocate Fields

Recruiting Guide

Version
R2025.2.1
ft:lastEdition
2025-12-01
Relocate Fields

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 and after XML code was changed to move a column
Before After
Language field with 3 entered in the column tag. Language field with 2 entered in the column tag.

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.