Formatting Combined Address Value
-
I’m struggling to format the Address field the way I need it to appear in the export. By default, the Address fields are all being combined into one field, which is what I want. But each separate address field is just getting added as a new line in the final combined field so it ends up looking like:
Address Line 1
City
State
Zip
CountryI need the single Address field to be formatted as:
Address Line 1
City, State ZipI’ve hooked into the ‘gfexcel_field_value’ filter but it’s not an array of fields that is getting passed into my function, it’s just a String of the already formatted value for the Address field with each field already on it’s own line.
Could you point me in the right direction for getting my Address field in the format I need? Thanks!
- The topic ‘Formatting Combined Address Value’ is closed to new replies.