1,804 articles and 14,937 comments as of Thursday, May 19th, 2011

Most of the time, when I use InfoPath forms in SharePoint, I need to capture the current user name to put it on my form.

Using SharePoint Designer and your very own WSS sandbox, you will learn how to create a data view web part that will be placed on the welcome page for your site, which will allow end users to type in and submit feedback immediately. Again, this approach uses absolutely no code, and requires no programming skills. This solution is applicable in WSS and/or MOSS environments.

Sounds like a pretty reasonable suggestion and the Calendar lists NewForm.asx already sets the Start time to the current time – shouldn’t be too hard, right?

This is the second article in a multipart series that is intended to help you creating mailing lists for your SharePoint sites or blogs without writing a single line of .NET Code. In the introductory article, I have listed the project initiatives, requirements, and objectives. In Part 1, I have created a secured backend where we will store the subscribers’ contacts. In Part 2, I have configured the ‘Contact’ content type, created a subscription form for the mailing list and did some simple customizations to it.

In a few of my previous blog posts I have used JavaScript to set SharePoint form fields in NewForm.aspx. Using JavaScript to set these fields comes in really handy whether you are setting fields based upon query string variables (see previous posts) or setting a field to some other value.

Well, by far my most popular blog post has been about creating a Parent / Child relationship in SharePoint Designer and one question keeps getting asked over and over again: “How do I pass multiple values to the new item screen for the Child?” So, I thought it was about time I actually told you how.

I was seeing what I could do to create pages a little more useful than you get using vanilla SharePoint without having to crack open Visual Studio. One of the things I wanted to do was display a SharePoint list on the screen and add a filter to the screen that would allow a user to filter the list with a date field value greater than or equal to whatever a user entered. Sound’s simple right?

In the previous article, I made use of the ‘Contacts’ list template, provided out-of-the-box by SharePoint, to create a list which will act as the backend for our mailing list. In this article, I will show you how to configure the ‘Contact’ content type, create a custom subscription form and do some sort of customization. The intention of these customizations is not only to make the subscription form look different from the out-of-the-box list forms but also to show you the power, simplicity, and efficiency of SharePoint Designer 2007.

This webcast shows how to create conditional formatting in a custom list form, in order to hide or display fields based on the logged in user’s permission level.

When absolutely necessary, forms can be customized in SharePoint Designer. Here’s a way to do it that won’t break your list.