Bootstrap Series--21. form hint Information

Source: Internet
Author: User

It is common to provide different tips when making forms validation. This effect is also provided in the bootstrap framework. A "Help-block" style is used to display the cue information in chunks and at the bottom of the control.

<formrole= "form"><Divclass= "Form-group has-success has-feedback">  <labelclass= "Control-label" for= "InputSuccess1">Success Status</label>  <inputtype= "text"class= "Form-control"ID= "InputSuccess1"placeholder= "Success Status" >  <spanclass= "Help-block">The information you entered is correct.</span>  <spanclass= "Glyphiconglyphicon-ok form-control-feedback"></span></Div></form>

Bootstrap provides an in-line hint message that uses the class name "Help-inline". Typically, the cue information is displayed at the back of the control, that is, at the same level.

<formrole= "form"><Divclass= "Form-group"><labelclass= "Control-label" for= "InputSuccess1">Success Status</label><Divclass= "Row"><Divclass= "Col-xs-6"><inputtype= "text"class= "Form-control"ID= "InputSuccess1"placeholder= "Success Status" ></Div><spanclass= "Col-xs-6 help-block">The information you entered is correct.</span></Div></Div></form>

  

Bootstrap Series--21. form hint Information

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.