CustomerCharacteristics

This topic describes the CustomerCharacteristics element.

Description

If you gather information from your customers using Web forms, you can use the CustomerCharacteristics element to determine if submitted values should be trimmed. Trimming refers to the removal of leading or trailing spaces, tabs, or returns that a visitor may have entered into a Web form and that you may not want to preserve in your database.

Attributes

AttributeDescription and useType
PreserveWhitespace

If set to true, the value will not be trimmed, if the element is set to false, the values are trimmed.

(required)
boolean