@ Raymond
re: I understand what you mean by adding the 4th line, makes sense but like you said, it won’t be linked!
Right, just like address lines 1–3 are not linked (permalinks). I’m only adding because it has been requested and if I’m going to make changes, now’s the time to do it. It does not really make any sense to have street address post box office type info as permalinks.
re: Just a question though, is there a reason why the “district” field would be placed above the country field between the city field?
I’m placing the district field above the country field on its own line because any fields I add to the add/edit form also affect the Form extension. So, adding fields have to deon in a way that will not break the CSS of the Form extension. Shimming a new field between extension fields will break the display and require an update to Form. I can not do anything that can break existing installations. So this is a good compromise.
As for displaying the actual field, you will have control over this. See this doc page for cMap on address formatting.. There’ll be token added for the fields so you’ll be able to place the district field in between the street address lines and the “region” line (city, state, zip) just like you need.
Hmmm… now that I said all this, perhaps the default placement should be above the “region” fields.
