add_filter( 'gform_field_validation', function( $result, $value, $form, $field ) { if ( $field->type !== 'address' || ! $field->isRequired ) { return $result; } // .5 = ZIP / Postal Code sub-input if ( empty( trim( $value[ $field->id . '.5' ] ?? '' ) ) ) { $result['is_valid'] = false; $result['message'] = empty( $field->errorMessage ) ? 'Postcode is required.' : $field->errorMessage; } return $result; }, 10, 4 );

Where is the 5th Point website for Australia?

 In

The 5th Point Australia website is found here:

www.5thpoint.com.au

You can also check out our Facebook pages for regular updates:

Australia: www.facebook.com/5thpoint

New Zealand: www.facebook.com/5thPointNewZealand

Instagram: www.instagram.com/5thpoint/

TikTok: www.tiktok.com/@5thpoint

Recent Posts
Contact Us

We're not around right now. But you can send us an email and we'll get back to you, asap.

0

Start typing and press Enter to search