How to Open a Specific Item’s Edit Form in SharePoint Document Library Using URL Redirection
SharePoint

How to Open a Specific Item’s Edit Form in SharePoint Document Library Using URL Redirection

Content type Blog Post
Author Sarat Chandra Lohar
Publication Date 16 Jan, 2026
Reading Time Less than 1 minute

In SharePoint, you may want to provide users with direct access to the edit form of a particular item in a document library or list. Instead of manually navigating to the item and clicking edit, you can create a URL that redirects users straight to the edit form of the desired item.

Why Use URL Redirection for Edit Forms?

There are several scenarios where redirecting users to the item’s edit form can be useful:

Streamlined Workflows: When users need to frequently update metadata or document properties.

Task Automation: Automating the redirection for approval or review workflows.

User Convenience: Reducing the number of clicks needed to access important information.

Understanding Different Page Types in SharePoint URLs

When constructing a SharePoint URL for redirection, you can choose different Page Types to open specific forms:

  • PageType=6: Opens the edit form of the item.
  • PageType=4: Opens the display form (read-only view) of the item.
  • PageType=8: Opens the new item form, allowing users to create a new document or list item.