I'm working with a custom-built theme built with Bootstrap 3. It uses Bootstrap's classes and form element styles (for search and sign-up forms), and Jetpack for several of its other features.
So, I'm looking for the best way to use the Jetpack contact forms, styled like the Bootstrap forms.
While I realize I can duplicate the styles or edit the Bootstrap CSS (or use something other than Jetpack altogether), it seems like the most elegant, light-weight and future-proof solution, would be to add the necessary classes (and maybe even some wrapping tags) to Jetpack's output.
Is there a good way to do that?