var getUrlParameter = function getUrlParameter(sParam) { var sPageURL = window.location.search.substring(1), sURLVariables = sPageURL.split('&'), sParameterName, i; for (i = 0; i < sURLVariables.length; i++) { sParameterName = sURLVariables[i].split('='); if (sParameterName[0] === sParam) { return sParameterName[1] === undefined ? true : decodeURIComponent(sParameterName[1]); } } return false; }; var weblang = getUrlParameter('lang'); if (weblang=="fr"){ jQuery('#search-box input').attr('placeholder', 'Rechercher'); }

Your feedback is important to us.

Please take a moment to fill out our

Annual Performance Survey 
Whether you subscribe to our information and updates, participate in our annual conference or training programs, have heard us speak at industry events, used our research, or have taken part in any of our other programs and services, your feedback is important.
Your feedback helps us continue to deliver timely and effective programming to meet the evolving needs of farmers across Canada and our agricultural sector at large, while demonstrating our value as the national champion for farm management excellence to government and industry partners for their continuing support.
Help us to help you.
As a thank-you for completing the survey, we’re offering you the chance to enter into a draw to win 1 of 5 Amazon gift cards at a value of $100 each, as well as a 3-year membership with Farm Management Canada.
Follow this link to begin the survey:
The survey closes on May 5th at 5 p.m. ET.