Alright then, I’m using the CMS to fill up an employee database, which holds info about the employees, including their address. To do this, we’re using the address
field type.
Next, I’ve got some database hooks that split the data from the address array into separate fields. So, we’ve got the main address field, a postcode field, and a city field. (Taking out the postcode and city from the address array) just before updating and inserting.
For 90% of the entered addresses, the right postcode is getting stored in the address array, but for the remaining 10%, it’s not getting the accurate postcodes. When I cross-checked with the Royal Mail Postcode Finder (one of the most reliable UK postcode lookups), it consistently shows the right postcodes.
I’m hoping to get in touch with a product manager or someone in charge of this area. It’s really crucial that the address field provides the correct data for addresses. If not, how can we enhance this, particularly for bigger projects where it’s used?