I have a form in Bootstrap 3 that\'s inside a modal. There\'s a button called \"submit\" where when it\'s clicked the stuff that was entered in the form should be sent to an
The .btn classes are designed for , or elements (though some browsers may apply a slightly different rendering).
If you’re using .btn classes on elements that are used to trigger functionality ex. collapsing content, these links should be given a role="button" to adequately communicate their meaning to assistive technologies such as screen readers. I hope this help.