Posts tagged 'Q-Fever'

Thomas Foods Forced to Back Down After Calling Police on Union

Thomas Foods in Murray Bridge, South Australia have been forced into a humiliating backdown after calling the police on the AMIEU, only for the police to tell them the union…

Read more


Q-Fever: How one meat worker nearly lost her son to this preventable disease

We’ve written before about the dangers of Q-fever, and the urgent need for the Government to put more money towards detection, vaccination and prevention of this terrible illness. Despite campaigning…

Read more


Lives, not just jobs: Government and employers must fund Q fever vaccinations

Q fever: It’s something that every meat worker should know and fear, but many people in Australia have no idea even exists. It has a mortality rate of 10%. If…

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