check for preSubmit errors by sandello-alkr · Pull Request #214 · braincrafted/bootstrap-bundle
I've added has-error class to form tag, so now if you need error bubbling for the whole form, you can use error_bubbling option. That would push error from specific input, to the form.
If you need to highlight virtual form, I suggest use custom validator, adding error to needed form child.
Also you need to be careful with collections, cause it have "error_bubbling" option true by default.