How do I create a main menu?

1.

Go to the Presentation tab, then the Forms tab.

2.

Click the Create new form button.

3.

Create your main menu in the form area, title your form main_menu, and select misc as the form type.

4.

On each page of the website, place the following code.

<txp:output_form form="main_menu" />

Make sure that “main_menu” is actually the name of the main menu form you created.