Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Created January 20, 2017 19:10
Show Gist options
  • Save DmitrySikorsky/079c45c5ac7429451dff8b90bc5d1d91 to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/079c45c5ac7429451dff8b90bc5d1d91 to your computer and use it in GitHub Desktop.
function submitForm(formId) {
document.getElementById(formId).submit();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment