Microsoft Office Online
Sign in to My Office Online (What's this?) | Sign in

Warning: You are viewing this page with an unsupported Web browser. This Web site works best with Microsoft Internet Explorer 6.0 or later, Firefox 1.5, or Netscape Navigator 8.0 or later. Learn more about supported browsers.

Email this linkEmail this link Printer-Friendly VersionPrinter-Friendly Version Bookmark and ShareShare
About Web forms
 

Forms (form: A document that contains fill-in blanks, or form fields, in which you enter information. For example, you can create an online registration form in Microsoft Word that uses drop-down lists from which users can select entries.) are frequently used on Web pages to collect and provide data. Forms often require additional support files and server support, so you usually have to work with your network or Web administrator to plan and deploy a form.

ShowExamples of using Web forms

You might create a form on a Web page that allows users to search a database on a Web server (Web server: A computer that hosts Web pages and responds to requests from browsers. Also known as an HTTP server, a Web server stores files whose URLs begin with http://.) for a specific book. The user types the name of the book into your form and clicks the Submit button that you placed on the form. The information is sent to the Web server and the database is searched. The results are sent back to the user and appear in another Web page in their Web browser (Web browser: Software that interprets HTML files, formats them into Web pages, and displays them. A Web browser, such as Microsoft Internet Explorer, can follow hyperlinks, transfer files, and play sound or video files that are embedded in Web pages.).

You might also create a customer survey. When the user submits the form (by clicking the Submit button that you placed on the form), the information is sent to a database on your Web server for later use.

ShowAdding form controls to a Web page

You create a Web form in the same way you normally create a Web page, and then you use the Web Tools toolbar (toolbar: A bar with buttons and options that you use to carry out commands. To display a toolbar, press ALT and then SHIFT+F10.) to add form controls (control: A graphical user interface object, such as a text box, check box, scroll bar, or command button, that lets users control the program. You use controls to display data or choices, perform an action, or make the user interface easier to read.). Microsoft Word provides several standard Web form controls. When you add your first control, Word inserts a Top of Form boundary above the control and a Bottom of Form boundary below the control. These boundaries appear when you design the form and will not appear when the page is viewed in a Web browser (Web browser: Software that interprets HTML files, formats them into Web pages, and displays them. A Web browser, such as Microsoft Internet Explorer, can follow hyperlinks, transfer files, and play sound or video files that are embedded in Web pages.) You can add other controls to the form by placing them within those boundaries. You can have more than one form on the same Web page. Each form exists between its own boundaries.

© 2009 Microsoft Corporation. All rights reserved.