Hey there. Welcome to part 3 of my series on SharePoint customisation using JavaScript and web parts.
So here is the lowdown so far. We are trying to find an effective, repeatable way to easily customise SharePoint form pages, so that we can hide fields or form elements when we need to. The goals were to:
- Allow hidden fields based on identity
- Avoid use of SharePoint Designer
- Avoid customisations to the form pages that unghosted the pages from the site definition
So how have we progressed thus far?.
- Part 1 of this series looked at how we can use JavaScript to deal with the common request of hiding form elements from the user in lists and document libraries.
- Part 2 wrapped this JavaScript code into a web part which has been loaded into the SharePoint web part gallery.
So let’s knock the rest of this over and pick up right from we left off…
CleverWorkArounds Coffee requirement of this post depends on how much you hate JavaScript.
[Quick Navigation: Part 1, Part 2, Part 4, Part 5 and Part 6]
