--- title: Form helpers summary: Use form helpers to provide additional information about a form element. You can use input help, required field, form hint, and additional info inside the label. description: Provide additional guidance in forms. --- ## Input help Use an input helper to display additional information about a form element. The text label will appear once a user hovers over the helper. To add an input helper, use the `.form-help` class. ```html ? ``` Look at the example below to see how the input help works: ```html example centered height="25rem" columns={1}