Field codes: FILLIN field
The FILLIN field prompts you to enter text. Your response is printed in place of the field.
Note To insert your response in more than one location, use an ASK field.
Word prompts you for a response each time you update the FILLIN field, such as when you press F9 or step through the records in a mail merge. When you create a new document that is based on a template (a .dotm or .dotx file) and that contains FILLIN fields, Word prompts you for a response at each FILLIN field.
Syntax
{ FILLIN ["Prompt "] [Optional switches ] }
Note To see the field codes in a main document, press ALT+F9. To see field results again, press ALT+F9 a second time.
Properties
- "Prompt"
Text that is displayed in the dialog box - for example, "Enter the client's name:"
Optional switches
- \d "Default"
Specifies a default response if you type nothing in the prompt dialog box. The field { FILLIN "Enter typist's initials:" \d "tds" } inserts "tds" if no response is entered.
If you don't specify a default response, Word uses the last response that was entered. To specify a blank entry as the default, type empty quotation marks after the switch. For example, type \d "".
- \o
Prompts just one time during a mail merge instead of each time a new data record is merged. The same response is inserted in each resulting merged document.
- \o
Example
The document includes a postscript that consists of a FILLIN field. The prompt for the FILLIN field is
Type a personal message here
.
The FILLIN field is updated with the text that the user typed in response to the prompt.
Instructions
You can use the FILLIN field in a document or as part of a mail merge.
To use the FILLIN field in a document
- On the
Insert
tab, in theText
group, clickQuick Parts
, and then clickField
. - In the
Field names
list, selectFill-in
. - In the
Prompt
box, type the question you want answered. - If you want a predefined response, select the
Default response to prompt
check box, and type the text. - If you want the same response to apply to all the records in a mail merge, select the
Prompt before merging bookmark text
check box. Otherwise, Word will prompt you for a response with each record. - Click
OK
.
To use the FILLIN field as part of a mail merge
While you are setting up the mail merge, do the following:
- On the
Mailings
tab, in theWrite & Insert Fields
group, clickRules
, and then clickFill-in
. - In the
Prompt
box, type the question you want answered. - If you want a predefined response, type the response in the
Default fill-in text
box. - If you want the same response to apply to all the records in the merge, select the
Ask once
check box. Otherwise, Word will prompt you for a response with each record.