Skip to content

addressHeaderAdditionalInfo

andy.rothwell edited this page Oct 24, 2018 · 1 revision

addressHeaderAdditionalInfo Configuration

Used to add info to the address header, underneath the addressInput

parameter definition or description
data this has to be a field from AIS
preText this is text you can use before the AIS value
options you have to put in an object
options.headerType 'h1', 'h2', ... (if you leave this out, it will use h4)
options.style you can add anything to space the text better

Example:

addressHeaderAdditionalInfo: {
  data: 'opa_account_num',
  preText: 'OPA #',
  options: {
    headerType: 'h3',
    style: 'margin-top: 5px; margin-bottom: 0px;',
  }
},
Clone this wiki locally