Form Layouts Documentation

Basic Forms

Basic form labels have inline block styling where form controls are below its label. This is the default bootstrap and most basic style for displaying forms. You can always add more stuff like form sections, form control borders, tooltips, icons, round form controls, square form controls etc..

Refer following links for usage:

Type URL
Template Page https://themeselection.com/demo/chameleon-admin-template/html/ltr/vertical-menu-template/form-layout-basic.html

Horizontal Forms

Horizontal Forms labels have inline styling where form controls are in the same line as its label. Add .form-horizontal class to the form tag to have horizontal form styling. You can always add more stuff like form sections, form control borders, tooltips, icons, round form controls, square form controls etc..

Refer following links for usage:

Type URL
Template Page https://themeselection.com/demo/chameleon-admin-template/html/ltr/vertical-menu-template/form-layout-horizontal.html

Hidden Label Forms

Just add .sr-only class to a label to hide. Assistive technologies such as screen readers will have trouble with your forms if you don’t include a label for every input. For these inline forms, you can hide the labels using the .sr-only class. There are further alternative methods of providing a label for assistive technologies, such as the aria-label, aria-labelledby or title attribute. If none of these are present, assistive technologies may resort to using the placeholder attribute, if present, but note that use of placeholder as a replacement for other labelling methods is not advised. You can always add more stuff like form sections, form control borders, tooltips, icons, round form controls, square form controls etc..

Refer following links for usage:

Type URL
Template Page https://themeselection.com/demo/chameleon-admin-template/html/ltr/vertical-menu-template/form-layout-hidden-labels.html