You can change a bunch in one hit with the gform_address_types filter, like this:
/**
* customise the Address field labels
* @param array $addressTypes
* @return array
*/
add_filter('gform_address_types', function ($addressTypes) {
$addressTypes['international']['zip_label'] = 'Postcode';
$addressTypes['international']['state_label'] = 'State';
return $addressTypes;
});
Related Posts:
- Modifying searchform.php and search.php to have two kinds of searches
- Login WordPress website using wp-rest api
- Form post to WordPress page = wrong template
- How to create new template page and template-parts in wordpress theme [closed]
- Sending email for the custom form in WordPress
- how to insert gravity newsletter subscription form in template
- Submit form to another template (ugly url)
- How can i change email template for new user
- Enable page templates. How?
- Is it possible to override the result of get_template_part()?
- What’s the purpose of the paged.php file?
- Prevent comments_template() to load comments.php
- Page editor missing Templates drop down
- Custom templates folder
- What is the link to my default “archive” page?
- How to Rename a Template File?
- get page templates
- How do you check if a WordPress template file exist?
- stop blog page from using index.php?
- How to hide/redirect the author page
- Gutenberg & Pre-formatted Templates: Core Block Attributes
- Template plugin for blog posts? [closed]
- Change site template from php
- How can I make my custom templates respect permissions?
- Display HTML only if Custom Field has a Value
- Get templated page/post content via the WordPress API
- Force all images to full size in page template
- how to create template path for external (include) .js file
- Global variable set in the template’s header.php is unable to echo in footer.php
- How to Increment ID value within ACF Repeater Field Loop
- When a link doesn’t exist, how to tell WordPress what to do? (404 Error Page)
- WordPress Schema.org Markup. What value does it add?
- Gravity Forms – Using a Form to Pre-populate A Gravity Form [closed]
- home.php not loading
- get_search_link() redirects to 404 template page
- How to get the most recent modified date of anything in the footer of my site?
- New custom nev not working [closed]
- How do I insert JS tracking code to a page with the WP editor?
- LaTeX for WordPress strips codes in loop
- How to remove the Template drop down, but keep Parent and Order
- Search results when none found – stay on page they were on
- Include Lumen/Laravel app in custom WordPress template
- Rewrite Rules to custom template
- How to remove medium size class in gravity form for input tag?
- Unable to display pagination links on custom category template
- How to change header image size in custom themes
- Different Template based on HTTP Referer
- Where is Number of Posts Set?
- How can I force URL of a custom post type archive to use a page template?
- Possible to have one template call different sidebars for different pages?
- How does WordPress choose archive type template?
- How to properly Remove certain CSS / JS files from template
- What is the most efficient way to create multiple versions of the same template?
- Are there any downsides to not using get_header(), get_sidebar and get_footer()?
- How do I get the page template name chosen?
- How can I add text to a specific ‘Edit Page’?
- Automatically use specific template to load subpages
- Problem creating a custom category page with pagination
- No three-columns template in TwentyEleven?
- Comparing formidable pro and gravity forms [closed]
- Can’t split the_title() by white space
- Not so common HTML transition to wordpress issue
- Differentiation between index.php and page.php
- Undefined get_header function
- Single-page.php template file name not shown
- WordPress custom template not showing in the list of available templates
- How to display custom post type?
- Pagination issue with tag.php
- Custom form not showing in correct place on page
- How are the HTML classes generated?
- Page Template with Sidebar Naming Convention?
- Adding text to the footer of each post based on tags or categories
- Blog page won’t show Blog template
- How can I abstract code out of a template by using functions.php
- Make Permalink go to specific template
- WordPress function.php on ZendFramework CMS
- Site Title appearing twice on live site
- Give user option to select full post index page or excerpted index?
- how to change already posted blog to custom template wordpress?
- WordPress change title with custom dynamic
- template with multiple post loops for multiple widgets [duplicate]
- Random home page at each refresh between array of page IDs
- Do not trigger page 404 on custom template
- Print different parts of content in template
- How can I pass a variable from a template to header.php of a theme
- Page Template Selector Error
- Commented code in WordPress template?
- Change Page Template Based on URL Rewrite in WordPress
- I want to display all related posts for a selected tag in WordPress
- WordPress Child Theme Template auth_redirect wrapper
- Show a custom template, no matter the page being viewed, if the user is not logged in
- Carrying information from button click into form [closed]
- printf, translation and the_author_posts_link()
- Search results in custom template
- Tag Posts showing in wrong places
- front page won’t change templates
- Including 2 Negative Is_Template Conditionals in header.php [closed]
- Add custom card template to masonry layout using Essential Grid [closed]
- Where is the general html template file?
- Dynamic price for payment button