How do I add an extra space between the postcode and city to comply with the national standard?

Official address format requires there to be two spaces (so one additional space) between the postcode and city. How would I go about adding this in?

Hi,

It may be possible using a custom design.

Note: custom PDF designs are much easier to work with in v5.

Unfortunately $clientDetails is all I could see in the included designs. Hopped into the code and seems like updating formatAddress() in script.js and regenerating its source map should do it.

custom PDF designs are much easier to work with in v5.

We have deliberately decided on sticking with V4. Not looking to reconsider V5 in its current state.

Thanks

I think you’d want to replace $clientDetails with the individual fields.