The password box is presented in a form field similar to a text box with the difference that this one is conceived to validate a password. In order to the field be functional, is always necessary to associate it with a script.
Place the cursor in the edit window where you wish to insert the password boxes. This location must be placed between <FORM> and </FORM> tags.
In the Forms tag, click on the Password text box The Form elements box appears.
In the identifier name text box, type a name. This name identifies the Password box
In the Property menu, you can modify the size of the text box and modify the size of the text box by inserting a number in the Maximum length displayed box
You can also limit the size of the text that will be submitted with the form by inserting a number in the Maximum authorized length box
In the Elements value box, you can enter a message that will be displayed in the Form field when the Form is displayed
Click on the OK button.
CuteHTML Pro inserts the following command in the document:
<input type="password" name="aname" size="anumber" value="avalue">
If you have not previously specified the type of form in which you want to insert this element, CuteHTML Pro asks if you want to insert the Form in the document.