--- title: Form helpers description: A form helper can be used to provide users with additional information about the elements of a form that may be unclear. menu: docs.forms.form-helpers --- ## 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. {% capture code %} ? {% endcapture %} {% include example.html code=code %}