--- title: Form elements summary: Forms are one of the most important types of interaction with a website or app. Since their aim is to enable users to make a purchase, subscribe to a service or sign up to create an account, it's important to make sure they are easy to complete and help increase conversion rates. Use the available elements to create forms which are well-structured and user-friendly. bootstrapLink: components/forms/ libs: nouislider description: Design user-friendly and effective forms. order: 1 --- ## Classic inputs Use classic, user-friendly inputs, label them appropriately and include input placeholders that will help users avoid confusion when completing a form. Add the `form-control` class to style your input controls. ```html ``` All variants of the input control are available in the examples below: ```html example columns={1} height="25rem"