Individual form controls automatically receive some global styling. All textual input, textarea, and select elements with .form-control
.
Use Gameforest's predefined grid classes to align labels and groups of form controls in a horizontal layout by adding .form-horizontal
to the form
Most common form control, text-based input fields. Includes support for all HTML5 types.
Gameforest includes validation styles for error, warning, and success states on form controls.
Extend form controls by adding text or buttons before, after, or on both sides of any text-based.
Gameforest includes validation styles for error, warning.
Set heights using classes like .form-control-lg
, and set widths using grid column classes like .col-lg-*
Wrap inputs in grid columns, or any custom parent element, to easily enforce desired widths.