Create the application's input fields
The GuestBook application allows users to enter their names, e-mail addresses, and comments in an HTML form. In this first part of the tutorial, you'll create the HTML form for input and provide a way for the component's script to capture the input and add it to the list of guests.
Enter static text
A component can contain both static text and dynamic HTML elements. To add static text to a page, you can type it directly into the component's window. To demonstrate this, add a title for the GuestBook's page.
- Click the Main.wo window to bring it to the front.
- Type My Guest Book and press Enter.
- Select the words you just typed.
- In the toolbar, click the largest A and the Center icon to increase the text's font size and to center it.
Table of Contents Next Section