[Name] field
Used to specify a name to be assigned to a Text Field. This name is used when data is passed to the server.
[Input Type] group
Used to specify the type of the Text Field.
[Text] radio button
Select this option when you want to use the text field as a normal input area.
[Password] radio button
Select this option when you want to use the text field for password input. A character string entered by the user is neither displayed nor echoed back on the screen.
[Columns] field
Used to specify the number of columns in the Text Field.
[Maximum Length] field
Used to specify the maximum number of characters that can be entered in the Text Field. If you do not specify a value here and enter more characters than the number of columns, the field will scroll to the left.
[Disable] check box
Used to disable the Text Field. This is not applied to the edit area.
[Read-only] check box
Used to make a Text Field read-only. This is not applied to the edit area.
[Initial Value] field
Used to enter a value in the Text Field in advance.
The value set for [Columns] of the Text Field can be edited in the Homepage Builder edit area.