For the complete documentation index, see llms.txt. This page is also available as Markdown.

Form Layouts

This section of the documentation will guide you how to apply different form styles for your need, There 3 different new styles that you can use, Please follow the steps in achieving this. There is no need of external JS or CSS libraries.

Creating a Standard Bootstrap Form

To create a native bootstrap form, the following tags are a must, It is the standard procedure in Bootstrap

  1. You should have a form tag

  2. A label for your input is conditional

  3. Both label and input should be wrapped in form-group

For more detailed documentation of Bootstrap forms Bootstrap Form Guideline

Pages Default Form Layout

To create a pages default form layout, append the class form-group-default to form-group.

Pages Attached Form Layout

To create a attached form layout follow the following steps

  1. Create a form following the Pages Default Form layout. Attached layout can ONLY be applied to the Pages Default style.

  2. Wrap a set of form-group-default elements with form-group-attached

EXAMPLE :PROJECT NAMEFIRST NAMELAST NAME

Pages Horizontal Form Layout

To create a pages default form layout, add the class form-horizontal.

EXAMPLE :

Last updated