$(document).ready(function() {
  $('#submitBtn').formValidator({
  scope : '#form',
  errorDiv : '#error'
  });
});
