Comments on: Quick and Easy: Use jQuery to Hide a Text Field on a SharePoint Form http://www.endusersharepoint.com/2009/06/17/quick-and-easy-use-jquery-to-hide-a-text-field-on-a-sharepoint-form/ No GeekSpeak on SharePoint 2007 WSS and MOSS Thu, 19 May 2011 05:42:36 -0500 http://wordpress.org/?v=2.8.6 hourly 1 By: Ed M http://www.endusersharepoint.com/2009/06/17/quick-and-easy-use-jquery-to-hide-a-text-field-on-a-sharepoint-form/comment-page-1/#comment-96264 Ed M Wed, 25 Aug 2010 04:35:21 +0000 http://www.endusersharepoint.com/?p=1762#comment-96264 to fix the attachments problem with custom edit forms, find line <SharePoint:ItemHiddenVersion replace ControlMode="New" it works fine for me, Sharepoint Designer 12.0.6535.5002 to fix the attachments problem with custom edit forms, find line <SharePoint:ItemHiddenVersion
replace ControlMode="New"
it works fine for me, Sharepoint Designer 12.0.6535.5002

]]>
By: Nancy http://www.endusersharepoint.com/2009/06/17/quick-and-easy-use-jquery-to-hide-a-text-field-on-a-sharepoint-form/comment-page-1/#comment-96230 Nancy Tue, 24 Aug 2010 20:24:00 +0000 http://www.endusersharepoint.com/?p=1762#comment-96230 I need to hide- specifically- the Content Type field, which appears by default on all editforms for my list with multiple Content Types. Since I must allow attachments, I cannot use a custom editform. I have tried various bits of code but nothing works. Help! I need to hide- specifically- the Content Type field, which appears by default on all editforms for my list with multiple Content Types.

Since I must allow attachments, I cannot use a custom editform. I have tried various bits of code but nothing works. Help!

]]>
By: Quick and Easy: A Better Way to Use jQuery to Hide a Text Field on a SharePoint Form | EndUserSharePoint.com http://www.endusersharepoint.com/2009/06/17/quick-and-easy-use-jquery-to-hide-a-text-field-on-a-sharepoint-form/comment-page-1/#comment-91763 Quick and Easy: A Better Way to Use jQuery to Hide a Text Field on a SharePoint Form | EndUserSharePoint.com Fri, 06 Aug 2010 21:39:13 +0000 http://www.endusersharepoint.com/?p=1762#comment-91763 [...] Previously, I wrote about how to use jQuery to locate and hide a text field on a form.  I didn’t care for the specific approach (I was chaining parents – that’s simply isn’t done these days, at least in families of quality).  [...] [...] Previously, I wrote about how to use jQuery to locate and hide a text field on a form.  I didn’t care for the specific approach (I was chaining parents – that’s simply isn’t done these days, at least in families of quality).  [...]

]]>
By: Sharepoint Services: Hiding fields in Sharepoint Display Form | sharepoint services http://www.endusersharepoint.com/2009/06/17/quick-and-easy-use-jquery-to-hide-a-text-field-on-a-sharepoint-form/comment-page-1/#comment-34101 Sharepoint Services: Hiding fields in Sharepoint Display Form | sharepoint services Thu, 18 Feb 2010 05:00:06 +0000 http://www.endusersharepoint.com/?p=1762#comment-34101 [...] again Paul Galvin’s Post on how to hide a text field definitely inspired to explore jquery and find other functions. Thanks [...] [...] again Paul Galvin’s Post on how to hide a text field definitely inspired to explore jquery and find other functions. Thanks [...]

]]>
By: Sharepoint Services: Hiding a Date Picker field in Sharepoint Form | sharepoint services http://www.endusersharepoint.com/2009/06/17/quick-and-easy-use-jquery-to-hide-a-text-field-on-a-sharepoint-form/comment-page-1/#comment-34094 Sharepoint Services: Hiding a Date Picker field in Sharepoint Form | sharepoint services Thu, 18 Feb 2010 04:45:57 +0000 http://www.endusersharepoint.com/?p=1762#comment-34094 [...] on from Paul Galvin’s Post on how to hide a text field, i have added an extra on how to hide a date picker, similar to the [...] [...] on from Paul Galvin’s Post on how to hide a text field, i have added an extra on how to hide a date picker, similar to the [...]

]]>
By: Hide Columns in SharePoint New, Edit and Disp Forms | SharePoint Fun http://www.endusersharepoint.com/2009/06/17/quick-and-easy-use-jquery-to-hide-a-text-field-on-a-sharepoint-form/comment-page-1/#comment-33617 Hide Columns in SharePoint New, Edit and Disp Forms | SharePoint Fun Tue, 16 Feb 2010 22:36:07 +0000 http://www.endusersharepoint.com/?p=1762#comment-33617 [...] Galvin has written some great articles on this topic over at EndUserSharePoint – http://www.endusersharepoint.com/2009/06/17/quick-and-easy-use-jquery-to-hide-a-text-field-on-a-shar... and [...] [...] Galvin has written some great articles on this topic over at EndUserSharePoint – http://www.endusersharepoint.com/2009/06/17/quick-and-easy-use-jquery-to-hide-a-text-field-on-a-shar... and [...]

]]>
By: Shereen http://www.endusersharepoint.com/2009/06/17/quick-and-easy-use-jquery-to-hide-a-text-field-on-a-sharepoint-form/comment-page-1/#comment-33270 Shereen Tue, 16 Feb 2010 00:33:20 +0000 http://www.endusersharepoint.com/?p=1762#comment-33270 Hi Ricky, Excellent point you made, however, i wanted to mention a scenario where this isn't enough based on an exact experience with a client today. I enabled content types as you'd specified and hid the columns they requested. However, they have some custom edit forms they've built using sharepoint designer that they want those columns visible for. If i hide it within the content type, it hides for all forms, regardless. So i needed to use some jquery to only hide it within the new and editforms that the end users use and not affect the custom edit and new forms that they had built for their administrators. Hi Ricky,

Excellent point you made, however, i wanted to mention a scenario where this isn’t enough based on an exact experience with a client today. I enabled content types as you’d specified and hid the columns they requested. However, they have some custom edit forms they’ve built using sharepoint designer that they want those columns visible for. If i hide it within the content type, it hides for all forms, regardless.

So i needed to use some jquery to only hide it within the new and editforms that the end users use and not affect the custom edit and new forms that they had built for their administrators.

]]>
By: Ricky Spears http://www.endusersharepoint.com/2009/06/17/quick-and-easy-use-jquery-to-hide-a-text-field-on-a-sharepoint-form/comment-page-1/#comment-14473 Ricky Spears Fri, 10 Jul 2009 21:07:48 +0000 http://www.endusersharepoint.com/?p=1762#comment-14473 Paul - I realize that you wrote this to demonstrate the power of JQuery, and you probably already know this, but you can also do this without adding any code too. You can also hide a field from users by going to the list settings page and allowing management of content types in the Advanced settings section. Then click on the content type for the list. On the content type settings page, click on the name of the column you want to hide in your forms. Then set the field to be "hidden". It won't show up for users to enter or edit information then. Paul – I realize that you wrote this to demonstrate the power of JQuery, and you probably already know this, but you can also do this without adding any code too.

You can also hide a field from users by going to the list settings page and allowing management of content types in the Advanced settings section.

Then click on the content type for the list. On the content type settings page, click on the name of the column you want to hide in your forms. Then set the field to be “hidden”. It won’t show up for users to enter or edit information then.

]]>