Word 2010 Forms “Click here to enter text” spacing

microsoft word

Background:

  • We have a word 2010 and 2007 template which we have used Content Controls.
  • Specifically "Text Fields"
  • The form is distributed as "Filling in forms" under editing restrictions

Use Case:

A user will enter text into a "Text Field" without issue
And then decide to change that to no text – thus removing the text
The field then displays "Click here to enter text" in a font which we cannot control.

Issue:

These fields where the "Click here to enter text" is shifts the field by a carriage return thus affecting the amount of pages in the document.

Best Case/Practice:

We would like to REMOVE the "Click here to enter text"
Or
We would like th font to be small enough not to affect the aspect/size of the given area

Best Answer

You can do this, but there are drawbacks:

Method: (with formatting restrictions turned off)

  • Insert your content control
  • Click "Design Mode" (in the Controls section of the Developer ribbon)
  • The default text ("Click here to enter text") can now be edited in any way you want -- with one exception: it must contain at least one character (but it can be a space). You can even change the font face and size.
  • Click the "Design Mode" button again, to return to standard mode.

Drawbacks:

  • if you remove all the text (save one character), it becomes slightly more challenging for a user to click in the form (a harder target for their mouse). Perhaps you could leave just a few characters, if that doesn't impact your page count.
  • if you only use space characters, the content control becomes invisible until you click in it, again, making it more challenging for the user to find it. (Although you can adjust Field Shading to help here)

For more details, refer to this documentation

Related Question