Score yourself a $100 Prezzy Card* and help your mate get on the path to an awesome career with Masterlink.

Has your mate got the right stuff to succeed in a plumbing, gasfitting and drainlaying apprenticeship? Send them to Masterlink! We'll reward your talent-spotting skills and support your mate into our incredible industry.

Here's what to do:

  1. Complete the entry form below and submit it to Masterlink
  2. If your nominated mate passes the Masterlink recruitment process with flying colours, you will be awarded a Masterlink $100 Prezzy Card!

*Further information:

We would love to know a bit more about your mate. How long have you known them? Why do you think they will make an excellent apprentice?
{# 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. #}