Creating a Custom SharePoint Form using SharePoint Designer

Problem

You don’t like the SharePoint default form and you want to change a list’s default form because you don’t like:

  • SharePoint lays out the fields
  • you don’t like the look and feel
  • you need to customize the forms behavior
  • you need to customize the default values
  • or you want to create different forms for your content types (cool stuff here)

* You should not do this if you want to hide or show fields, change field order; to do this simply modify the list’s underlying content type.

Solution

  • Create a custom list with the necessary fields
  • Open SharePoint designer and navigate to the site hosting this custom list
  • Expand the lists folder until you see your list and the DispForm.asxp, EditForm.aspx, and NewForm.aspx.

  • Create a new ASPX page

  • Add the SharePoint Custom List Form control (Warning! Don’t mix this form up with the List Form Control

  • Choose the proper list (Warning! If you don’t see the content type you didn’t follow the instructions, look at the step I show above!!!)

  • Your form will appear as it does below

Popularity: 42% [?]

Share and Enjoy:
Share this Post:

No Responses to “Creating a Custom SharePoint Form using SharePoint Designer”

Leave a Reply:

Name (required):
Mail (will not be published) (required):
Website:
Comment (required):
XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>