views:

808

answers:

1

I have a content type that has required fields. I have associated Word document with the content type as a template. I now want to edit the Word template, but word won't allow me to save the template without filling in the required fields. However, if I fill in the required fields and save the document, then those fields get populated with my values when you create a new document. This isn't good because I want the fields to be blank when a new document is created - I want the users to be forced to fill in those values.

I can update the templace by updating the colums and making them optional, editing the word template, saving the template & then changing the columns back to required. This is a PITA - there's got to be a better way, does anyone know what it is?

+1  A: 

Have you tried saving the document as a normal document content type, making the changes, saving it, then moving back over the top of where the old version of the template was?

Daniel O
Hmmm... Food for thought - I'll have to give that a try. I'll try creating a content type with the same columns, but not required, that way I won't have to keep futsing with required/optional columns.
Kwirk