Editing NewForm.aspx pageIf I were to edit a NewForm.aspx page on SharePoint will this reflect over the whole site? I am wanting to add a Content Editor WebPart to the page and want to make sure this will only be added to that specific page.<br/> <br/> Also, some NewForm.aspx pages are locked from editing, but I have seen a QueryString (PageView=Shared&amp;ToolPaneView=2) that allows editing. Is this a bad idea? Why is it locked in the first place?<br/> <br/> Many thanks in advance.© 2009 Microsoft Corporation. All rights reserved.Mon, 13 Jul 2009 01:06:37 Z215ed8c8-be10-401c-a7c5-1e55fdea3adbhttp://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/215ed8c8-be10-401c-a7c5-1e55fdea3adb#215ed8c8-be10-401c-a7c5-1e55fdea3adbhttp://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/215ed8c8-be10-401c-a7c5-1e55fdea3adb#215ed8c8-be10-401c-a7c5-1e55fdea3adbRic Bevanhttp://social.msdn.microsoft.com/Profile/en-US/?user=Ric%20BevanEditing NewForm.aspx pageIf I were to edit a NewForm.aspx page on SharePoint will this reflect over the whole site? I am wanting to add a Content Editor WebPart to the page and want to make sure this will only be added to that specific page.<br/> <br/> Also, some NewForm.aspx pages are locked from editing, but I have seen a QueryString (PageView=Shared&amp;ToolPaneView=2) that allows editing. Is this a bad idea? Why is it locked in the first place?<br/> <br/> Many thanks in advance.Fri, 03 Jul 2009 11:51:52 Z2009-07-03T11:51:52Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/215ed8c8-be10-401c-a7c5-1e55fdea3adb#cb57754c-bb54-4690-8a4d-fc31e892d625http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/215ed8c8-be10-401c-a7c5-1e55fdea3adb#cb57754c-bb54-4690-8a4d-fc31e892d625Natalya Voskresenskayahttp://social.msdn.microsoft.com/Profile/en-US/?user=Natalya%20VoskresenskayaEditing NewForm.aspx page<p class=MsoNormal style="margin:0in 0in 10pt"><span style="line-height:115%;font-family:'Verdana','sans-serif';color:black;font-size:8pt">NewForm.aspx is per list, not one for the whole site.<br/>There are 2 types of pages in SharePoint:<br/>1) Web part pages - editable<br/>2) application pages - not editable<br/>NewForm.aspx is application page.<br/>I have described some of the challenges with editing this type of paes here <br/><a href="http://spforsquirrels.blogspot.com/2008/03/tips-for-custom-editform-and-newform.html">http://spforsquirrels.blogspot.com/2008/03/tips-for-custom-editform-and-newform.html</a><br/>My STRONG recommendation is not to touch the original page.<br/>Create separate page and add new item form to it (SharePoint Designer), new item form should point to your list.<br/>Use this custom page to add all other webparts that you want.</span></p> <p class=MsoNormal style="margin:0in 0in 10pt"><span style="line-height:115%;font-family:'Verdana','sans-serif';color:black;font-size:8pt">Stay away from breaking application pages.</span></p>Fri, 03 Jul 2009 20:03:25 Z2009-07-03T20:03:25Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/215ed8c8-be10-401c-a7c5-1e55fdea3adb#51aa7ced-f273-422c-8849-4f3ebb951a4chttp://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/215ed8c8-be10-401c-a7c5-1e55fdea3adb#51aa7ced-f273-422c-8849-4f3ebb951a4cManishrao Patilhttp://social.msdn.microsoft.com/Profile/en-US/?user=Manishrao%20PatilEditing NewForm.aspx page<p>Hi,<br/><br/>NewForm.aspx, editform.aspx etc. are the pages created for every individual sharepoint list and libraries. These pages are created using some templates that are into 12 hive of the sharepoint server. Editing or modifying these pages will not affect the pages of any other list or library (since its individual copy).<br/>The approach that you adopted for editing the page is not at all bad (as such there is nothing called good bad approach unless and untill it causes you any trouble :)  )<br/>The usual way for editing such forms can be found by bit google:<br/><a href="http://kalsing.blogspot.com/2006/11/create-custom-list-form-for-sharepoint.html">http://kalsing.blogspot.com/2006/11/create-custom-list-form-for-sharepoint.html</a><br/><a href="http://mysharepointblog.com/post/2008/01/Create-a-custom-list-form-for-a-SharePoint-list.aspx">http://mysharepointblog.com/post/2008/01/Create-a-custom-list-form-for-a-SharePoint-list.aspx</a><br/><a href="http://devdreams.blogspot.com/2007/02/customizing-editformaspx-in-sharepoint.html">http://devdreams.blogspot.com/2007/02/customizing-editformaspx-in-sharepoint.html</a><br/><br/>Let me know your comments on this.</p><hr class="sig">Manish Patil http://patilmanishrao.wordpress.com Posting is provided &quot;AS IS&quot; with no warranties, and confers no rights.Mon, 06 Jul 2009 13:16:07 Z2009-07-06T13:16:07Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/215ed8c8-be10-401c-a7c5-1e55fdea3adb#b0af119e-f8ed-4e77-9fb2-0971c6c03cf0http://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/215ed8c8-be10-401c-a7c5-1e55fdea3adb#b0af119e-f8ed-4e77-9fb2-0971c6c03cf0Kyle Schaefferhttp://social.msdn.microsoft.com/Profile/en-US/?user=Kyle%20SchaefferEditing NewForm.aspx pageAs others have said, each list has it's own copy of &quot;NewForm.aspx&quot; as well as other ASPX files for list views, edit forms, etc.  If you want to re-use your customized ASPX files throughout your site, the best option is to use list templates.  <strong>Any customizations you make to a list will be saved in a list template, which allows you to re-use those customizations elsewhere in your site collection.</strong><br/><br/>The caveat?  If you want to make any changes to your template, it won't affect any lists that have already been created.  Once a list has been created, it's a standalone instance of your template.<br/><br/>Good luck.<br/>KyleMon, 06 Jul 2009 13:38:01 Z2009-07-06T13:38:01Zhttp://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/215ed8c8-be10-401c-a7c5-1e55fdea3adb#4baaddae-903c-4d18-a548-f4c84495e8adhttp://social.msdn.microsoft.com/Forums/en-US/sharepointcustomization/thread/215ed8c8-be10-401c-a7c5-1e55fdea3adb#4baaddae-903c-4d18-a548-f4c84495e8adRic Bevanhttp://social.msdn.microsoft.com/Profile/en-US/?user=Ric%20BevanEditing NewForm.aspx pageThank you all very much for your answers! Is it possible to 'create a separate page and add a new form to it' without SharePoint Designer as I do not have the ability to use it with the SharePoint instillation I am working on. Thanks again to all.<br/>Tue, 07 Jul 2009 15:43:56 Z2009-07-07T15:43:56Z