Easy Address Field is the easiest way to add an address to your entries. Enable the fields you want for the address, automatically get the coordinates for an address and place the marker exactly where you want it.
Cold not find how to get the address data in templates, like "street" name or any other address field.
Would expect something like:
{{ addressFieldHandle.street1 }} (return only one specific field)
{{ addressFieldHandle.getAddress }} (return all the data in one string)
The single field should work like this entry.addressFieldHandle.street.
The plugin currently does not have a getAddress option, I could add that in a following update.
Cold not find how to get the address data in templates, like "street" name or any other address field.
Would expect something like: {{ addressFieldHandle.street1 }} (return only one specific field) {{ addressFieldHandle.getAddress }} (return all the data in one string)