Use text field

A text field is a field for entering a single line of text. Click the gear button in the field placed on the form to display the setting screen, and configure the setting according to your purpose on that screen.

ID:

A string that is automatically assigned to identify the field.

Use this ID for customizations such as getting the DOM element of a field or manipulating records.

Click the ID to copy it to the clipboard.

References:

Customize kumaneko

Name:

Specify the label for the field.

Hide field name:

Hide the field name in the input form.

Required field:

Make the entry field required.

Placeholder:

Specify a short hint that describes the expected value of the field.

Input Format:

Specify the input format.

text:

No input restrictions.

alphabet:

Only alphabetic characters can be entered.

alphanum:

Only alphanumerical characters can be entered.

mail:

Specify when entering your email address.

Multiple email addresses can be entered if separated by commas.

password:

Specify when hiding the input value.

tel:

Specify when entering the phone number.

url:

Specify when entering the website address.

Width:

Specify the width of the field.

References:

Creating an Form

Usage Examples

Enter a single line of text in the text field placed on the form.