Skip to main content
All CollectionsFAQsBuilding 👷‍♂️
How to Adjust the Height of a Text Input Field
How to Adjust the Height of a Text Input Field
Updated over a week ago

If you’re trying to change the height of a Text Field, it’s likely that what you really need is a Text Area.

Text Field vs. Text Area

  • Text Field is designed for short, single-line inputs (e.g., Job Title, Company Name).

  • Text Area is designed for multi-line input and can even support rich content like bullet points and headings.

Steps to Increase the Height of a Text Input

  1. Replace the Text Field with a Text Area - If your form uses a Text Field, replace it with a Text Area component to allow multi-line input.

  2. Adjust the Text Area Height

    1. Select the Text Area component.

    2. Navigate to the Display tab in the settings.

    3. Adjust the “Rows” property to control the default height (the number of visible lines of text). Increasing the value make the Text Area taller.

  3. (Optional) Enable Auto-Expand

    1. Still in the Display tab, toggle “Auto Expand” to ON.

    2. This allows the Text Area to automatically grow in height as the user types more content.

Did this answer your question?