Address Question Type

This video will review how you can use the Address Question Type in the questionnaires and encode them into documents. If you are wanting to use the Client Address field this video will provide you with more information on how it works. 




Here is the code you can copy and use as a starting point:


NOTE: address is the ID in the following examples. If your ID is "clientAddress", you would put that in each piece of code rather than just "address".


Block Address: 

{address.line1}{#address.line2} 

{address.line2}{/} {address.city}, 

{address.subnationalDivision1} {address.postalCode} 

{address.country}


Alternatively, if you want to include the whole block address, you can use the code: {ID | blockAddress} and insert your ID where it specifies ID.


Line Address: 

{address.line1}{#address.line2} {address.line2}{/} {address.city}, {address.subnationalDivision1} {address.postalCode}, {address.country}


Alternatively, if you want to include the whole block address, you can use the code: {ID | lineAddress} and insert your ID where it specifies ID. 


Please check out our article on Questionnaire Question Types for a full list of available question types and links to more great videos like this one!

Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.