I'm creating a Word document that will be used for requirements gathering. There are several sections the end user will be required to fill out ("Specifications", "Constraints", etc.). I want to try something, and I'm not sure it's possible. Under each section heading, I want to provide the user with some "help" text, that will help them to figure out what information is needed in each section (since the heading "Specifications" might be too broad). I'd like the user to see something like this (using "Specifications" as an example):
-SPECIFICATIONS-------------------------------------------
{Enter Product ID and Version Number, along with a short description of the hardware itself}
From here, the user should be able to easily overwrite the "help" text, so when this section is completely filled out, it might look something like this:
-SPECIFICATIONS--------------------------------------------
The Product ID is 1234. The Version Number is 56789. The server is roughly 45 lbs, and will require redundant clustering.
I want the user to be able to type as much or as little as they feel is needed. Is there any tricky way I can do this, or something similar? Any help, once again, would be GREATLY appreciated. Thanks!
-SPECIFICATIONS-------------------------------------------
{Enter Product ID and Version Number, along with a short description of the hardware itself}
From here, the user should be able to easily overwrite the "help" text, so when this section is completely filled out, it might look something like this:
-SPECIFICATIONS--------------------------------------------
The Product ID is 1234. The Version Number is 56789. The server is roughly 45 lbs, and will require redundant clustering.
I want the user to be able to type as much or as little as they feel is needed. Is there any tricky way I can do this, or something similar? Any help, once again, would be GREATLY appreciated. Thanks!