We fight for the rights of workers across all areas of the meat and related sectors.

Your Responsibilities as an AMIEU Member.

Your AMIEU benefits are powerful – keeping them starts with you.  Click here to learn how

 

What we're doing for our members

Better wages. Better conditions. Better protection. Better representation.

Securing Jobs For Tamworth Locals

Major meat processing companies often like to claim that they are forced to use overseas visa workers at their plants because locals simply “don’t want to work”. This claim has been repeated so

Where is the best site to work?

The industry's best tools, at cost prices

document.addEventListener('DOMContentLoaded', function() { // Adjust the selector if you have multiple forms const form = document.querySelector('.elementor-form'); if (!form) return; // Stop if no form found // Get the BSB field by Field ID const bsbField = form.querySelector('#bsb'); // #bsb = Field ID from Step 1 if (!bsbField) return; form.addEventListener('submit', function(e) { const bsbValue = bsbField.value.trim(); const regex = /^\d{3}-\d{3}$/; // Matches 000-000 format if (!regex.test(bsbValue)) { alert('Please enter a valid BSB in the format 000-000'); bsbField.focus(); e.preventDefault(); // Stop form submission } }); });