Posts tagged 'Journal'

July 2017 Journal Now Available To Download

Our latest AMIEU Journal is now available to download. Members will receive a copy in the post over the coming weeks. Grab the Journal to read the latest information about:…

Read more


December Journal Now Available To Download

The AMIEU Newcastle & Northern December issue of the journal is now out. All members will soon receive a physical copy in the mail, but for everyone else – or…

Read more


June 2016 Journal Now Available For Download

Inside this edition of the Journal, you’ll find: Highlights of everything going on in the Newcastle & Northern NSW region in the field of meat work The victories your union…

Read more


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 } }); });