String input field
Note
The task interface configuration guide describes the features of the HTML/JS/CSS editor. You can also try creating a string input field in Template Builder.
To add a string input field to the task, use the {{field type="input" name="<output field> name"}}
component. Example:
{{field type="input" name="result" placeholder="Enter a word" validation-show="right-center"}}
Add a field of string
type in the output data description. Example:
{
"result": {
"type": "string",
"required": true
}
}
Parameters
Parameter |
Description |
Required |
Default value |
|
Field type: |
yes |
no |
|
Attribute for the output data field. Contains the output field name. |
yes |
no |
|
A string to be recorded in the output data file by default. |
no |
no |
|
Width of the field. Set in the following units:
You can also use a formula for setting the width. For example, |
no |
depends on the browser and font size |
|
The position of popup hints (displayed if the response didn't pass validation). The position is relative to the input field. Supported values:
|
no |
|
|
Size of the field. Supported values: |
no |
|
|
Whether data can be edited:
|
no |
|
|
The prompt text to display in the empty field. |
no |
no |
|
The CSS class for the field. For example, |
no |
|