Skip to content
  • There are no suggestions because the search field is empty.

9119 Creating Custom Forms

Use the Form Library to create and manage custom Word and PDF forms, map loan data, and make documents available to Path users.

 

PREREQUISITES:

  • Have the custom form available in Word or PDF format.
  • Confirm the form’s category, type, and mapping requirements.
  • Identify the Path field IDs needed for mapped loan data.

BUILD THE WORD MERGE FIELDS:

  1. Open the Word document in Microsoft Word and add mapped fields, as needed.
  2. Use Path Field to locate the required loan field ID.
    • Open My Profile, select Show Path Field ID, and click Save.
    • Open the loan screen containing the required field.
    • Click the green arrow above the field.
    • Copy the complete red field ID, preserving the exact capitalization.
  3. Place the cursor in the Word document where the field should appear.
  4. Select Insert > Quick Parts > Field.
  5. Select MergeField.
  6. Enter the complete Path field ID, keep Preserve formatting during updates selected, and click OK.
  7. Repeat these steps for each mapped value.
     

ADD A CO-BORROWER FIELD ID

  1. Locate the borrower field ID, such as Borrower.FirstName.
  2. Add the co-borrower position in square brackets after Borrower:
    Borrower[2].FirstName
  3. In Word, place the cursor where the co-borrower value should appear.
  4. Select Insert > Quick Parts > Field.
  5. Select MergeField, enter Borrower[2].FirstName in the Field Name box, and click OK.
  6. Press Alt + F9 and confirm the field code displays correctly:
    { MERGEFIELD Borrower[2].FirstName \* MERGEFORMAT }

 

FORMAT A DATE FIELD

Use the following Word keyboard commands while building and checking the form:

  1. Press Alt + F9 to expand and enter the field code.
      2. After the field ID, enter the following date format: \@ "MM/dd/yyyy"

Example: { MERGEFIELD HMDA.ApplicationDate \@ "MM/dd/yyyy" \ * MERGEFORMAT }

 

CREATE A FEE FIELD ID

  1. Start each Fee Field ID with Virtualtable.GetMultipleFeeData.
  2. Add an opening parenthesis ( “ immediately after it.
  3. Replace each space in the fee name with an underscore (_). For this example, use Application Fee and replace the space with an underscore: Application_Fee.
  4. Add a period, enter the applicable Fees Worksheet section letter, and add another period.
  5. Enter the value to populate, such as FeeAmount, and add a closing parenthesis “ ) “.
  6. Use the following format: Fee_Name.Section.Value
  7. Copy the completed fee field ID and insert it into the document using Insert > Quick Parts > Field.

 

EXAMPLE

Virtualtable.GetMultipleFeeData(Application_Fee.A.FeeAmount)

UPLOAD THE FORM TO PATH:

  1. Sign in under the System Admin role, then go to Settings > Documents > Form Library.
  2. Click Add.
  3. Enter the Form Name.
  4. Select Type. This classification controls the available options or behavior.
  5. Choose the Word or PDF file.
  6. Click Save.
 

CONFIGURE AND MAITAIN THE FORM:

  1. Open the form and verify the Form Name, Description, Type, page count, Inactive Form setting, and Word Layout.
  2. Use the Toolbox to add or reposition fields:
  3. Confirm existing merge fields display correctly in Word Layout before adding Toolbox fields. Avoid duplicate mappings.
  4. For eSign, open eSign Information, select the signer, click Insert, and position the signature field.
  5. To revise the form, save and close the Word file, click Update Document, select the revised file, and verify the layout and mappings. Use Save for form detail changes.
 

TEST THE FORM IN A LOAN:

  1. Switch to the applicable Loan Officer role, open the test loan, and go to Documents > List > Add from Library.
  2. Confirm the Borrower Group, Borrower Set, and Borrower.
  3. From the Form Library dropdown, select Custom Forms.
  4. Find the form, select it under Available, and move it to Selected.
  5. Click View and compare the form with the test loan data.
  6. Correct any missing, duplicate, incorrect, or improperly formatted values. Update the document and repeat the preview as needed.
  7. When correct, click Add.
  8. Confirm the form appears in Documents, then select View Document Information.
  9. When finished, return to My Profile, clear Show Path Field ID, and click Save.

 

 
 
 
 
 

Properly configured custom forms streamline document preparation, reduce manual entry, and ensure mapped loan data and signature fields are ready for use throughout the loan workflow.