Home > Articles > Home & Office Computing > Microsoft Applications

This chapter is from the book

This chapter is from the book

Creating a Form with Legacy Form Fields

Legacy form fields are the field types that were available in earlier versions of Word. You can continue to use them in Word 2013, and you must use them for forms to be saved in Word 97 2003 format.

Legacy form fields are accessible from the Legacy Tools button’s menu in the Controls group on the Developer tab, as you saw in Figure 16.6. Table 16.7 explains each of them.

Table 16.7. Legacy Form Field Types

Form Field Type

Purpose

Text Form Field

Holds text. Unlike with content controls, you cannot format the text within the field; however, you can format the field.

Check Box Form Field

Creates an on/off check box.

Drop-Down Form Field

Displays a list containing values you specify. Users cannot add their own entries.

Yes, there are only three types of legacy form fields. The other three buttons in the Legacy Forms section of the Legacy Tools list have other purposes. Table 16.8 describes them.

Table 16.8. Legacy Form Tools

Tool

Purpose

Insert Frame

Creates a frame. Frames are similar to text boxes; they hold static content.

Form Field Shading

Toggles form field shading on/off.

Reset Form Fields

Clears all entries in fields.

Inserting a Legacy Field

To insert any legacy field, follow these steps:

  1. Position the insertion point where you want the field.
  2. On the Developer tab, make sure Design Mode is selected.
  3. In the Controls group, click the Legacy Tools button. Its palette of tools appears.
  4. Click the desired field type.

The field appears in the document as either a shaded gray box (for drop-down lists and text boxes) or as a check box (for check boxes).

Inserting a field is simple, but you will probably want to configure it after insertion. One advantage of legacy form fields is that they have some different formatting and configuration options available than content controls. Depending on what you want to do with the form, the legacy form fields might have just the option that will make your life easier.

To view the properties for a form field, right-click it and choose Properties, or click the Properties button on the Developer tab. If there is no Properties command, make sure Design Mode is selected in the Controls group and click the Properties button. Figure 16.12 shows the Options dialog box for a text field.

Figure 16.12

Figure 16.12. Set properties for a legacy form field.

Configuring Legacy Text Field Options

There are three basic field types: Regular Text, Number, and Date. Depending on which of these types you select, different formatting options and length restrictions become available in the Options dialog box. The other three choices on the Type menu are special-purpose types, discussed later in this chapter.

If you choose Regular Text from the Type menu, the options shown in Figure 16.13 are available:

  • Default Text—You can optionally specify default text to appear in the field before the user enters his or her own value.
  • Maximum Length—This is measured in number of text characters. The default is Unlimited.
  • Text Format—Choose among Uppercase, Lowercase, First Capital, or Title Case.

    arrow.jpg To learn about First Capital and Title Case as formatting options, see “Changing Text Case,” p. 158.

    If you select Number from the Type menu, you can choose among these options:

  • Default Number—This is just like Default Text; enter a default if desired.
  • Maximum Length—This is measured in number of digits.
  • Number Format—This drop-down list lets you specify a numeric format, some of which include currency symbols or percentage signs.

    arrow.jpg For information about number format codes, see “Constructing a Custom Numeric Format,” p. 643. You cannot construct a custom format here, but that section helps you understand the available choices.

    Finally, if you choose Date from the Type menu, you can choose among these options:

  • Default Date—This is just like Default Text; enter a default if desired.
  • Maximum Length—This is measured in number of digits. It is not typically limited for dates, because dates take up only as much space as they need.
  • Date Format—This drop-down list lets you specify a date format, including various combinations of month, day, and year.

arrow.jpg For information about date format codes, see “Constructing a Custom Date or Time Format,” p. 644. You cannot construct a custom format here, but that section will help you understand the available choices.

Inserting the Current Date or Time

If you choose Current Date or Current Time from the Type list in the field’s Options dialog box, the field changes to show the current date or time, as determined by the PC’s clock. The field no longer accepts user input. It does not automatically update, but you can update it manually by selecting it and pressing F9.

Setting Up a Calculation in a Legacy Field

If you choose Calculation as the type for the field, an Expression text box appears in the Field Options dialog box. In it, enter the formula for the calculation (see Figure 16.13). You can then use any of the calculation methods that Word supports.

Figure 16.13

Figure 16.13. Set up a Calculation field within a table, and reference cells by row (number) and column (letter).

arrow.jpg For more information about the calculations that you can perform in Word, see “Performing Math Calculations in a Table,” p. 367.

Configuring Legacy Check Box Options

Check boxes are useful when you have a list of items, and the user can select as many of them as he or she wants.

Check boxes have two unique options you can set for them, as shown in Figure 16.14:

  • Check Box Size—The default is Auto, which makes the check box the same size as the text that follows it. If you prefer, you can choose Exactly and enter a size in points.
  • Default Value—This is set to Not Checked unless you specify otherwise. It determines the check box’s starting state.
    Figure 16.14

    Figure 16.14. Set the options for a legacy check box.

Configuring Legacy List Options

A legacy list box, also called a Drop-Down Form Field, is like the list box content control. It does not allow the user to input his or her own entries like a combo box does.

The main thing to set up for a list box is the list itself. Follow these steps to create the list:

  1. From the Options dialog box for the field, type the first list item in the Drop-Down Item text box.
  2. Click the Add button.
  3. Repeat steps 1–2 to enter the other values (see Figure 16.15).
    Figure 16.15

    Figure 16.15. Create the drop-down list options.

  4. (Optional) If you need to remove an item, select it and click Remove.
  5. (Optional) To reorder an item, select it and click the Move up and down arrows.
  6. Click OK.

Setting a Macro to Run on Entry or Exit for a Legacy Field

If you have macros stored in the template or document, you can run one of them when the user enters or exits a particular field. For example, you might want to set up a macro that saves the file and associates it with exiting the final field on your form.

To set a macro to run on entry or exit, select the macro from the Entry or Exit drop-down list in the field’s Options dialog box.

Enabling or Disabling a Legacy Field

In some cases, you might want to prevent users from changing the content of a field. Some would argue, “Why use a field at all if the user can’t change it?” But, there are reasons for that. For example, if you save the form data only to a text file, only what’s in the fields is saved, so you might want some fixed values to travel along with the user-entered data.

To set up a legacy field so that users cannot input anything into it or change its content, open its Options dialog box (right-click and select Properties) and clear the Fill-In Enabled check box.

Assigning a Bookmark to a Legacy Field

Each field has a default bookmark name so you can refer to that field whenever you reference a bookmark. See the section “Using a Field to Set Bookmark Text” in Chapter 14, and the section “Working with Bookmarks” in Chapter 15, to learn about the various uses for a bookmark.

To change a field’s default bookmark name, open its Options dialog box (right-click and select Properties) and change the text in the Bookmark text box.

Adding Help Text for a Legacy Field

For legacy form fields, you can create help text that tells the user what to put in the field. With content controls, this isn’t necessary because you can customize the placeholder text in the field, as you saw earlier in the chapter. But, the unfriendly gray boxes of the legacy fields need the extra help.

You can set up help to appear in either or both of two ways: in the status bar or in a pop-up window that appears when the user presses F1 while the insertion point is inside the field. (Pressing F1 any other time opens the regular Word Help window.)

To set up help messages, follow these steps:

  1. Right-click the field and choose Properties.
  2. Click Add Help Text. The Form Field Help Text dialog box opens.
  3. To set up F1 help:
    1. Click the Help Key (F1) tab.
    2. Select the option Type Your Own.
    3. Type the text to appear in the help message (see Figure 16.16).
    Figure 16.16

    Figure 16.16. Set up help text.

  4. To set up status bar help:
    1. Click the Status Bar tab.
    2. Select the option Type Your Own.
    3. Type the text to appear in the help message.
    4. Click OK.
  5. Click OK.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020