Title: Zip Code
Last modified: February 21, 2020

---

# Zip Code

 *  Resolved [dragoncreative](https://wordpress.org/support/users/dragoncreative/)
 * (@dragoncreative)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/zip-code-6/)
 * I followed the instruction to amend the code in php file to change Zip field 
   to Postal Code, but I cannot get it work. Is the code below correct ?
 * /**
    * Change the ‘Zip’ field label to ‘Postal Code’ (beneficial for UK residents)*
   @reference: [https://github.com/yikesinc/yikes-inc-easy-mailchimp-extender/issues/453](https://github.com/yikesinc/yikes-inc-easy-mailchimp-extender/issues/453)*/
   function yikes_mailchimp_change_zip_label_to_postcode( $field_label ) { $field_label
   = ‘Postal Code’; return $field_label; } add_filter( ‘yikes-mailchimp-address-
   zip-label’, ‘yikes_mailchimp_change_zip_label_to_postcode’ );
 * Thank you
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fzip-code-6%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Plugin Contributor [Freddie](https://wordpress.org/support/users/fmixell/)
 * (@fmixell)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/zip-code-6/#post-12516575)
 * Hey [@dragoncreative](https://wordpress.org/support/users/dragoncreative/),
 * Sorry for the late reply, where did you put that code is it in your theme or 
   child themes functions.php file?
 * Cheers,
    Freddie
 *  Thread Starter [dragoncreative](https://wordpress.org/support/users/dragoncreative/)
 * (@dragoncreative)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/zip-code-6/#post-12516598)
 * No worries, thanks for replying.
 * It is in the child theme functions.php
 * Thanks
 *  Plugin Contributor [Freddie](https://wordpress.org/support/users/fmixell/)
 * (@fmixell)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/zip-code-6/#post-12516654)
 * Hey [@dragoncreative](https://wordpress.org/support/users/dragoncreative/),
 * Actually you can change that in your individual form settings here’s a screenshot:
 * > [View post on imgur.com](https://imgur.com/SOlpW3f)
 * If you see there’s a little pencil next to the field name. Click that and change
   it. After you change it make sure you click the checkbox to save.
 * Also, if you click on the field ( not the pencil ) it will expand with more options.
   There you’ll find a place to add a placeholder for your field.
 * Cheers,
    Freddie
 *  Thread Starter [dragoncreative](https://wordpress.org/support/users/dragoncreative/)
 * (@dragoncreative)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/zip-code-6/#post-12516717)
 * It doesn’t appear to be possible to do that on the form I have.
 * I imported the address field from Mailchimp, on the front end form it automatically
   populated the imported address field with various address lines – address, address2,
   city, zip, country
 *  Plugin Contributor [Freddie](https://wordpress.org/support/users/fmixell/)
 * (@fmixell)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/zip-code-6/#post-12528212)
 * [@dragoncreative](https://wordpress.org/support/users/dragoncreative/),
 * I just double checked my setup and it looks like you need to go into Mailchimp
   and do the following:
 * – Click Audience at the top of the page.
    – Under the “Current Audience” dropdown
   choose your list. – On the right side of the page choose Settings in the “Manage
   Audience” dropdown. – Scroll down to “Audience fields and *|MERGE|* tags” – Navigate
   to the Zip field and change that to Post Code or whatever you’d like to call 
   it.
 * Enjoy the rest of your day!
 * – Freddie
 *  Thread Starter [dragoncreative](https://wordpress.org/support/users/dragoncreative/)
 * (@dragoncreative)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/zip-code-6/#post-12549675)
 * Hi Freddie,
 * Thanks for the response.
 * When I go into Mailchimp, there is no Zip Field, only an Address field, I have
   taken a screenshot but cannot find anywhere here to attach it.
 * In wordpress, when I add the Address field, Yikes seems to be splitting it out
   into different fields, for addr1, addr2, town, zip code

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Zip Code’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/yikes-inc-easy-mailchimp-extender_a1c7e5.
   svg)
 * [Easy Forms for Mailchimp](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yikes-inc-easy-mailchimp-extender/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/)
 * [Active Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yikes-inc-easy-mailchimp-extender/reviews/)

## Tags

 * [Postal Code](https://wordpress.org/support/topic-tag/postal-code/)
 * [zip code](https://wordpress.org/support/topic-tag/zip-code/)

 * 6 replies
 * 2 participants
 * Last reply from: [dragoncreative](https://wordpress.org/support/users/dragoncreative/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/zip-code-6/#post-12549675)
 * Status: resolved