To View an example of the GuestBook we will be creating Click Here
The GuestBook Form can be a standard html page in Fusion. For this tutorial we will be using the guestbook.mdb Access File That is available here Here we will outline the table form used in the example This Form uses the Post Method for Submission
Go to Site View Create a new page Name it Sign-Book Go to Page View Create the form
Steps to Create a Form
- Create a table 8 Rows by 2 Columns
- Apply your desired css attributes to the table
- Select the table and on the properties pallet
- Check "Table is a Form"
- Click "Settings" for the Form
- Make sure the "post" method is selected
- Insert the path to the action asp
in this example we are publishing flat
- Insert GuestBook.asp as the form action
- Click "Okay"
|
|
Click Next to continue
|