in the calculate event of the final text field use the following JavaScript code....however you may have to update based on your Hierarchy....var lname = "";var mname = "";var fname = "";if (!LastName.isNull && (!MiddleName.isNull || !FirstName.isNull)) { lname = LastName.rawValue + ", ";}else i...