daveaglick / FluentBootstrap

Provides extensions, helper classes, model binding, and other goodies to help you use the Bootstrap CSS framework from .NET code.
http://www.fluentbootstrap.com
MIT License
200 stars 76 forks source link

Extra form-group div getting added at the end of forms #56

Closed gulsharan closed 8 years ago

gulsharan commented 8 years ago

The code below yields a form tag with an unexpected form-group div appended at the end. Am I missing something?

sampleform

extraformgroup

wardjc commented 8 years ago

I beleive that is the validation summary automatically added to the end of a form. You should be able to use .HideValidationSummary() to hide it.

gulsharan commented 8 years ago

@Noer024 This is exactly what I was looking for. Thanks a lot!

daveaglick commented 8 years ago

Totally forgot about this issue, thanks @Noer024!