Skip to content

Instantly share code, notes, and snippets.

@BrunoQuaresma
Last active December 31, 2015 05:58
Show Gist options
  • Save BrunoQuaresma/7944145 to your computer and use it in GitHub Desktop.
Save BrunoQuaresma/7944145 to your computer and use it in GitHub Desktop.
Simple send form on the Bootstrap modal footer.
function sendForm(id){
var form = document.getElementById(id);
form.submit();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment