Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a
reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation.
Read full disclaimer for more details.
- Home
- How to create a multipage form in FrontPage 2003
How to create a multipage form in FrontPage 2003
View products that this article applies to.
This article describes how to create a multipage form in Microsoft Office FrontPage 2003. Each page of the form contains navigation buttons to move to the previous page or the next page. Additionally, the last page of the form contains a Submit button and a Reset button.
↑ Back to the top
To create a multipage form, follow these steps:
- Open a Web page in FrontPage 2003.
- At the bottom of the page, click Design (Show Design View).
- On the Insert menu, point to Form, and then click Form.
- Delete the Submit button and the Reset button on the form.
- Create a new page for the form. To do this, follow these steps:
- On the Format menu, click Layers. The Layers task pane appears on the right of the FrontPage window.
- Click in the form.
- On the Insert menu, click Layer.
- Double-click the layer name in the Layer task pane, and then type a new name for the layer, such as Page1. Then, press ENTER.
- Insert the desired fields in the layer.
- Click the border area of the layer, and then resize the layer as needed.
- Right-click the layer name (Layer ID) in the Layers task pane, and then click Set Visibility: Hidden.
- Repeat step 5 to add as many new pages to the form as you need.
- Add a Previous Page button to each new page that you created in step 5. To do this, follow these steps:
- In the Layers task pane, click the page to which you want to add a Previous Page button. For example, click page 2.
- Click in the page.
- On the Insert menu, point to Form, and then click Push Button.
- Double-click the button, type Previous Page in the Value/Label box, and then click OK.
- On the Format menu, click Behaviors.
- Click Previous Page in the layer
- In the Behaviors task pane, click Insert, and then click Change Property.
- Click Select Element.
- In the Element Type box, click div.
- In the Element ID box, click the ID of the current page to hide the current page. For example, click Page2.
- Click Visibility, click Hidden, and then click OK.
- Click OK to close the Change Property dialog box.
- In the Behaviors task pane, click Insert, and then click Change Property.
- Click Select Element.
- In the Element Type box, click div.
- In the Element ID box, click the ID of the previous page to show the previous page. For example, click Page1.
- Click Visibility, click Visible, and then click OK.
- Click OK to close the Change Property dialog box.
- Repeat step 6 for each page to which you want to add a Previous Page button.
- Add a Next Page button to each new page that you created in step 5. To do this, follow these steps:
- In the Layers task pane, click the page to which you want to add a Next Page button. For example, click page 2.
- Click in the page.
- On the Insert menu, point to Form, and then click Push Button.
- Double-click the button, type Next Page in the Value/Label box, and then click OK.
- On the Format menu, click Behaviors.
- Click Next Page in the page
- In the Behaviors task pane, click Insert, and then click Change Property.
- Click Select Element.
- In the Element Type box, click div.
- In the Element ID box, click the ID of the current page to hide the current page. For example, click Page2.
- Click Visibility, click Hidden, and then click OK.
- Click OK to close the Change Property dialog box.
- In the Behaviors task pane, click Insert, and then click Change Property.
- Click Select Element.
- In the Element Type box, click div.
- In the Element ID box, click the ID of the next page to show the next page. For example, click Page3.
- Click Visibility, click Visible, and then click OK.
- Click OK to close the Change Property dialog box.
- Repeat step 7 for each page to which you want to add a Next Page button.
- Add a Submit button and a Reset button to the last page of the form. To do this, follow these steps:
- In the Layers task pane, click the last page that you created in step 5.
- On the Insert menu, point to Form, and then click Push Button.
- Double-click the button, click Submit next to Button type, and then click OK.
- On the Insert menu, point to Form, and then click Push Button.
- Double-click the button, click Reset next to Button type, and then click OK.
- If the Layers task pane is not visible, click Layers on the Format menu.
- Right-click Page2 in the Layers task pane, and then click Set Visibility: Hidden. Repeat this step for each page from Page2 to the last page that you added in step 5.
- Right-click Page1 in the Layers task pane, and then click Visibility: Visible.
- Save the Web page.
↑ Back to the top
Keywords: KB912673, kbhowto, kbexpertisebeginner, kbforms
↑ Back to the top