Did you know that when you become a Masterlink apprentice, you can join NAWIC for free?

What is NAWIC?

NAWIC (the National Association of Women in Construction) is a nationwide community that supports women — and everyone who supports women — across the construction industry.

With 14 branches across Aotearoa New Zealand, members can get involved in site visits, workshops, social events, and local meet-ups, as well as national webinars, panel discussions, and the NAWIC Excellence Awards. Past Masterlink apprentices have been nominated for — and won — NAWIC Excellence Awards, showing what’s possible when you get involved and put yourself out there.

Membership is open to all genders. By joining NAWIC, apprentices can grow professionally, build strong industry connections, and be part of positive, lasting change in construction.

👉 If you’re already a Masterlink apprentice, make the most of it!

Apply for your free NAWIC membership using the form below.

Please enter the best phone number to contact you
{# Project override of django-recaptcha's v3 script. The packaged version mints the token once on page load, so a visitor who spends more than ~2 minutes on the form submits an expired token and fails validation ("timeout-or-duplicate"). Instead, mint a fresh token at submit time (per form, keyed by the widget uuid so multiple forms on one page work). IMPORTANT: this file MUST live in an app's templates dir (here "base", which is listed before "captcha" in INSTALLED_APPS), NOT in project/templates. Form widgets are rendered via Django's FORM_RENDERER, whose engine only searches installed-app template dirs and never the project-level TEMPLATES["DIRS"]. An override placed in project/templates is silently ignored. #}