What is the Text Input component?
Text Input is an Inquiry screen component that adds a text field to the screen. It allows users to enter and edit freeform text. You can set how the input data is updated to the fields table and define logic that governs when it appears.
A Text Input component is useful for collecting short, freeform text from users. For example, a Text Input component can be used to collect a contact email address.
How do you add a Text Input component?
- Navigate to the Dashboard, and click on Inquiries > Templates.
- Find and click on the Inquiry template you want to edit, or Create a new template.
- Hover over a Screen and click the Edit button to view the Component Library.
- In the left toolbar, click Component Library and search for ‘Text Input’.
- Drag and drop the Text Input component into your screen, and reposition it by dragging it around.
- Click on the Text Input component, and go to Properties in the right toolbar.
- (Optional) Under Settings, you can change the Input Type to fit the expected data.
- Text for general input
- Email for email addresses
- Number pad for numeric entries.
- (Optional) Under Settings, you can define Restricted Characters to block specific characters from being entered, ensuring the input meets your formatting or security requirements.
- (Optional) Under Settings, you can customize Validations. You can learn more about Validations below.
- (Optional) Add a customized label, placeholder and translations:
- Edit the text in the Label box. The Label is a text element displayed above the Text Input component to describe its purpose, such as “Enter an email address” or “Provide more information,” helping users understand what information to provide.
- Edit the text in the Placeholder box. The Placeholder displays temporary text inside the Text Input component, such as “example@email.com” offering an example or guidance on the expected format until the user enters their own input.
- Add translations for the text by clicking Edit translations. You can Translate All or Translate individual languages, manually or automatically. If you don’t set translations, you’ll be prompted to do so upon Publishing the template.
- (Optional) Under Settings, you can change the Input Type to fit the expected data.
- In the Fields toolbar tab, you can set up and customize the behavior of the Text Input component.
- Required: Choose whether the field is mandatory (Yes), optional (No), or based on conditions (Conditional). If you choose Conditional you will need to set a Logic rule, you can read more about Logic below.
- Field: Choose the field to save the text input to. For example, select an email address field if the user is expected to input an email address.
- (Optional) In the Logic toolbar tab, you can add rules that govern when the component appears, and when it does not. You can read more about Logic below.
- Close the step. You’ll have to Save and Publish the template to begin using it.
Validations
Validation rules can be set on a Text Input field to ensure that the entered data is a properly formatted and is valid. This can prevent errors such as invalid inputs, and can ensure only usable and accurate text is submitted.
The Error message can be edited to provide the user with more information on why the text is not valid. Translations for the error message can be added by clicking Edit translations. You can Translate All or Translate individual languages, manually or automatically. If you don’t set translations, you’ll be prompted to do so upon Publishing the template.
Validation Rules
Validation rules consist of three main components:
- Field: The object that will have a condition linked to it.
- Condition: How the field is compared to the value (e.g., equals, does not equal).
- Value: The value to test against.
Creating Validation Rules
- AND Statements: Combine multiple conditions that must all be true for the rule to pass. Add these using the "Add" button.
- OR Groups: Combine conditions where only one needs to be true for the rule to pass. Create these by clicking "Add OR Group".
How to Use Validation Rules
- Click on the Text Input component, and go to Logic in the right toolbar.
- Create a validation rule by filling in the three boxes following When, which correspond to an object, its condition, and its value being assessed, respectively. When that validation rule passes, the component update is applied.
- (Optional) Add additional validation rules by clicking either + Add (if you want to add 'AND' rules, where all must be passed to continue) or + Or (if you want to add 'OR' rules, where one must be passed to continue). You can also nest a group of OR statements within an AND statement by clicking + Add Group.
- (Optional) To edit the validation directly, you can open the code editor.
Translations
Persona can automatically translate new text into other languages in the component’s Properties tab. You can also customize the translation for any particular language.
Logic
Persona provides you with the ability to add logic to a Text Input component. For example, a component may only become visible to a user if certain conditions are met. On the Logic tool bar tab, there are two options for logic rules:
- On screen load: Logic rules are evaluated only when the screen loads. They can reference any field configured on the template.
- On screen update: Logic rules are evaluated in real time. They can only reference inputs on the current screen.
For form components a field can be labeled as required under specific conditions.
- Require field: Logic rules are evaluated in real time referencing inputs on the current screen. They can only reference inputs on the current screen.
Logic Rules
Logic rules consist of three main components:
- Field: The object that will have a condition linked to it.
- Condition: How the field is compared to the value (e.g., equals, does not equal).
- Value: The value to test against.
Creating Logic Rules
- AND Statements: Combine multiple conditions that must all be true for the rule to pass. Add these using the "Add" button.
- OR Groups: Combine conditions where only one needs to be true for the rule to pass. Create these by clicking "Add OR Group".
How to Use Logic Rules
- Click on the Text Input component, and go to Logic in the right toolbar.
- Choose either “On screen load” or “On screen update” and click Add.
- Choose what Component Update to apply. This determines what happens to the component when the logical rules are met.
- Create a logical rule by filling in the three boxes following When, which correspond to an object, its condition, and its value being assessed, respectively. When that logical rule passes, the component update is applied.
- (Optional) Add additional logical rules by clicking either + Add (if you want to add 'AND' rules, where all must be passed to continue) or + Or (if you want to add 'OR' rules, where one must be passed to continue). You can also nest a group of OR statements within an AND statement by clicking + Add Group.
- (Optional) To edit the logic directly, you can open the code editor.
Plans Explained
Text Input component by plan
Startup Program | Essential Plan | Growth Plan | Enterprise Plan | |
---|---|---|---|---|
Text Input component | Available | Available | Available | Available |
Translations for Text Input component | Limited | Limited | Available | Available |
Logic for Text Input component | Limited | Limited | Limited | Available |
Learn more about pricing and plans.