A family of Microsoft word processing software products for creating web, email, and print documents.
Hi Brad
I'm afraid the answer is "No" with form fields and forms protection.
One way around this, if the information is not anywhere in the body of the document (in which case you could use a REF field), would be a macro.
The macro would show a UserForm (dialog box that you create) to get the information, remove document protection, write the information, re-protect the document. Or, it could write the information to a Document Variable. You put a DocVariable field in the header that would show the content - then the document wouldn't need to be unprotected/reprotected.
Cindy Meister, VSTO/Word MVP