Masterlink_Simple_Logo_Horizontal_Positive_CMYK

Masterlink is here to provide the support you need.

You can contact Masterlink on 0800 122 329 to access wellbeing support and resources.

Need help now? Please phone the MATES in Construction 24/7 Helpline 0800 111 315. You can also text or call 1737 to speak with a counsellor immediately.

This is a Masterlink Wellbeing Check-In. Please rate your current overall health and wellbeing on a scale of 1-5.

1 - Not so Great, 5 - Great
1 - Not so Great, 5 - Great
1 - Not so Great, 5 - Great
1 - Not so Great, 5 - Great
1 - Not so Great, 5 - Great
Feel free to share any additional comments or thoughts about your health and wellbeing in the space below.
{# 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. #}