Category Archives: Forms Development

Using JavaScript with SharePoint form fields

Using JavaScript in SharePoint forms enables developers to quickly customize the “look and field” and the behavior of a SharePoint form (Display, New or Edit form). It’s quick because you will see the effect directly on the form and given that you are embedding the JavaScript properly (putting the script in a content editor web [...]

Also posted in Tips and Tricks | Tagged | 2 Comments

Building a Custom Workflow Initiation Form Using Visual Studio

Introduction
I first want to mention that I learned how to do this by following the four part workshop written by Robert Shelton. This is a very comprehensive workshop that gives you access to all of the source code and documentation. Where Robert’s workshop walked you through building a complete workflow in Visual Studio [...]

Also posted in Custom, Workflow | Tagged , , , | 3 Comments