For a new guestbook entry, a form page must be setup with all the fields you like to offer.
Each field is composed of the field name (in red) and its corresponding value (see screenshot) according to the user input. Every field within this form can be processed by GuestBook.
Not only does the submit button has the function to send the data to the following page, the name of the submit button is crucial to GuestBook: only if this button initiates the form the corresponding GuestBook object will process the data.



