Paragraph
Overview
Use this widget to give the user the opportunity to enter free text longer than one line, such as customer feedback.
After you have added the Paragraph form widget in your form and opened its settings, the Paragraph window appears, displaying the following sections:
Labels and content
In this section, perform the following:
- In the Label input field, enter the label of the paragraph box.
For example, Feedback or Comments
- If needed, in Instructional text, enter instructions or explanatory text for the paragraph box.
The text is displayed bellow the paragraph box.
- Optionally, in Placeholder text, you can enter some text to facilitate the user in filling out the field.
For example, you can enter Type your feedback here…. This text is only a guidance for the user and is not submitted with the form response, if the user does not change it.
- Optionally, in Predefined value, you can enter a predefined value for the paragraph box that is displayed in the box by default and the user can change it.
If the user does not change the predefined value, it is submitted with the form response.
- If you want to make the paragraph box mandatory, select the Required field checkbox
A textbox appears, where you enter the error message that is displayed, if the user does not fill out the paragraph box.
- If you want this field to be visible in the form only when certain conditions are met, select Hide field initially checkbox.
You can then use form ruled to display the field. For more information, see Form rules.
Limitations
In this section, perform the following:
- In Range input fields, enter the minimum and maximum number of characters that a user can enter in the paragraph box.
If you do not want to impose limits to the paragraph box, leave the Max input field empty and the Min input field empty.
- Enter an error message that is displayed, if the user enters less than or more than the defined limits.
Display settings
In this section, perform the following:
- In Template dropdown, you can select a template other than the default one that will be used to display the paragraph box on the website.
You must first have created a custom template.
For more information, see Next.js pages and templates.
- In Field size, you can choose the size of the input field.
Choose from the predefined values of none, small, medium, or large.
- Save your changes.
Advanced widget settings
To open the advanced settings, in the upper-right corner of the Paragraph widget page, click
(Advanced settings).
Apply custom CSS
In CSS class input field, you can choose a class name for the paragraph box, if later you want to set a CSS style for this particular paragraph box.
Developer name
You can change the automatically generated name for developers of this paragraph box field by and entering the new name in the input field that appears.
This is the name of the field that is used by developers to refer to this paragraph box field in the code.
Save your changes