Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


When processing data that is submitted from a form, the data may be coming from either a calculated field (e.g. FullName) or from a non-calculated field (e.g. First Name, Last Name), and in some cases from both fields at the same time. It is best to look at both the non-calculated fields and the calculated fields for values.

Calculated Fields

Calculated Field

Calculation Format (including punctuation)

FullName

FirstName MiddleName LastName, Suffix

Addr123

AddrLine1, AddrLine2, AddrLine3, AddrLine4

CityStateZip

AddrCity, AddrState AddrZip

FullAddr

AddrAllLines, AddrCity, AddrState AddrZip

FullNameRev

LastName, FirstName MiddleName Suffix

OSJFullName

OSJFName OSJMName OSJLName, OSJSuffix

PrincFullName

PrincFName PrincMName PrincLName, PrincSuffix