$(document).ready(function() {
    $('#donationform').validate();
    $('#contactform').validate();
    $('#volunteerform').validate();
});

