|
The GuestBook Form contain fields for collecting the information. Here we will outline the fields used in the example
- Create the fields in the appropriate Cells as detailed below
Create a Forms Edit Field in Row 1 Column 2 Name the Field "Name" Create a Forms Edit Field in Row 2 Column 2 Name the Field "City" Create a Forms Edit Field in Row 3 Column 2 Name the Field "State" Create a Forms Edit Field in Row 4 Column 2 Name the Field "Country" Create a Forms Edit Field in Row 5 Column 2 Name the Field "Email" Create a Forms Edit Field in Row 6 Column 2 Name the Field "Homepage" Create a Forms Multi-Line in Row 7 Column 2 Name the Multi-Line "Message" Caution: a Multi-line field can accept HTML tags and could constitute a security risk. You can disable HTML tags but inserting canhaveHTML="false" inside the multi-line tag Create a Forms Submit Button in Row 8 Column 2 Name the Button "Submit" Insert "Sign-It" as the text value Apply your desired css attributes to the table
I highly recommend using css style tags for the form objects as this give a personal touch to your forms The Style tags I used in the form below are:
The Field style tag: STYLE="BORDER-STYLE:SOLID; BORDER-COLOR:#000066; BORDER-WIDTH:1PT; font-Family:ARIAL; FONT-SIZE:12PX; width:290px"
The Submit Button style tag: STYLE="BORDER-STYLE:SOLID; BORDER-COLOR:#000066; BORDER-WIDTH:1PT; font-Family:ARIAL; FONT-SIZE:12PX; BACKGROUND-COLOR:#99CCFF; width:100px"
|
|
Click Next to continue
|