Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
metadata:
title: Address autocomplete
example start: 2
example end: 2
documentation: "https://docassemble.org/docs/objects.html#address autocomplete"
---
objects:
- defendant: Individual
---
question: |
What is the address of the adverse
party?
fields:
- Address: defendant.address.address
address autocomplete: True
- City: defendant.address.city
- State: defendant.address.state
code: |
states_list()
- Zip: defendant.address.zip
required: False
- County: defendant.address.county
---
mandatory: True
question: |
The adverse party's zip code
is ${ defendant.address.zip }.