This is part 23 of the Bootstrap tutorial. In this video, we'll discuss how to style the form controls based on the validation state. Here we have a list of classes and glyph icons for styling the form controls based on the validation state. For success validation state, we have the "has-success" class. Similarly, for warning and error validation states, we have the "has-warning" and "has-error" classes respectively. We also have glyph icons for these three validation states. Let's look at an example now. When you register for an online account, you are required to type in a password. When you type in a strong password, you might have seen controls styled like this: - Look at the label which says "password". - The border around the text. - The help text "strong password". All of them are in green in color. Here, the controls are styled for success validation state. Let's see how to achieve this using Bootstrap. At the moment, we have the label which says "password" and a text to capture the password. Here is the HTML required for that: ```html
Award-winning PDF software
Video instructions and help with filling out and completing Can Form 8655 Validated
Instructions and Help about Can Form 8655 Validated
` element. Let's save our changes and when we reload this page, notice...
If you believe that this page should be taken down, please follow our DMCA take down process here.