function submitForm () {
  document.getElementById("enquireForm").submit();
}