function submitForm(formId) {
  document.getElementById(formId).submit();
}

