Address
Question type used to capture address data.
This question type allows the input of an address, or components of an address into the system:

Properties
Admin Display - a descriptive name to identify the Question within the system. Operator Display - the Question text as displayed to the Operator. Record value - if checked the value will be added to the Recorded text (breadcrumb). Fields - the fields required for use and to display within the Question. Select an item by checking the relevant box/boxes. Select whether or not the field is to be mandatory by clicking the required box.
User Experience
The Address question presents to the operator/end-user as below (this is showing all possible fields):

Accessing Address data
Data gathered by Address questions are available for use in Databoxes where Expressions can access individual items. Data is actually held in a snippet of XML and items held can be accessed using the Item Expression. All the possible fields gathered by an Address question in this example:
<Title>Mr</Title>
<Inits>SG</Inits>
<Surname>Miller</Surname>
<Department>Sales</Department>
<Company>Bath Salts Ltd</Company>
<HouseNo>132</HouseNo>
<Address1>High Street</Address1>
<Address2>Fernway</Address2>
<Town>Exter</Town>
<County>Devon</County>
<Postcode>EX11 00X</Postcode>
<ContactTel>07967 377162</ContactTel>
<Extension>1332</Extension>
<Fax>N/A</Fax>
<Email>[email protected]</Email>
<WorkTel>01395 377169</WorkTel>
<Forename>Stephen</Forename>
Last updated