$(function() {
  $('form.contact-form').ajaxForm({
    target: 'fieldset'
  })
});