This QuickCode Tag is used to display the specified Custom Customer Field.
The SID (System ID Number) of tthe Field must be entered into the QuickCode Tag after the ":"
1. To display the Description of the Customer Field with the SID of 1, use {CUSTOMER-FIELD:1}
2. To display the description of the Field in conjunction with the actual Customer Field. Example: {CUSTOMER-FIELD-DESCRIPTION:1}: {CUSTOMER-FIELD:1}
3. Would output this: My Field Description:
4. Multiple Customer Fields can be displayed. Example: (Customer field 1 and 2 are text fields, whereas Customer field 3 is a drop-down menu) {CUSTOMER-FIELD:1} {CUSTOMER-FIELD:2} {CUSTOMER-FIELD:3}
5. Would output this: Choose Option...