Answer 4
Thanks for the two replys on identifying a solution for deploying customized forms from one site to another. I have read over both solutions but I don't think they are an ideal fit. Mainly because the list in question already exist on the target
site. If the list did not exist on the target site then either method would work.
So I am still in search of a solution that would allow me to deploy customized pages to an existing list in the target site. These are standard pages (NewForm.aspx, EditForm.aspx, DispForm.aspx) that were created when the list was created using existing
templates. After the list was created these pages were customized to provide additional utility. This means that these pages already exist in target site as customized pages. The method used by the previous programmer was not documented so
it is unknown to me. I would like to deploy the latest version (with more customizations) to the target site without breaking the existing list or loosing any of the content.
I would appreciate inputs on this.
If your production list already exists, I would do the following to test functionality.
Save your existing list as a list template including content from your production site.
Put the list template in your development environment and create a list from this template for testing.
Replace the newform.aspx/dispform.aspx/editform.aspx forms on this test list with your custom modified forms using Sharepoint designer 2007 which lets you choose custom forms for lists (Right click on the List name and click List Properties
-> Supporting Files Tab). Test the functionality on your development environment. If it all works properly, you can re-templatize the list and move it back to production.
Keep in mind that you will want to test this in your dev environment thoroughly.
-Xenox G.