Change the “New item” text in Modern SharePoint Online List Form

Requirement: Change the “New Item” text in a modern SharePoint Online list. How to change the New item text in SharePoint Online? By default, when you create a new item in SharePoint Online lists, the New item panel has “New Item” as the pane’s title. What if you want to change this…

Read more

SharePoint Online: Get Default List Form (New/Edit/Display) URLs using PowerShell

Requirement: Get the default list form URLs in SharePoint Online. How to Get the List Form URLs in a SharePoint Online List? Just open the SharePoint Online site in SharePoint Designer, Navigate to the Lists >> Open the Target List >> and You’ll find the default list of forms under the “Forms”…

Read more

SharePoint Online: Show or Hide a Form Field based on another Field using Conditional Formula

Requirement: Show or Hide a field based on another field’s value in the SharePoint Online list form. How to Show or Hide a Field based on Another Field in SharePoint Online? In the past, we used to achieve this using jQuery Show or Hide SharePoint List Form Fields based on Another Field’s…

Read more

SharePoint Online: Hide “Content Type” Field from List Forms

Requirement: Remove the “Content Type” Field from SharePoint Online List Forms. How to hide “Content Type” Dropdown from SharePoint Online List Forms? When you enable content types for a SharePoint Online list, you’ll see “Content Type” as a field in SharePoint list forms such as New and Edit. Sometimes, this could be…

Read more

SharePoint Online: How to Implement Cascading Drop-down in 3 Steps?

Requirement: Implement cascading drop-down list in SharePoint Online list forms. How to Implement Cascading Lookup in SharePoint Online List Forms? Before implementing cascading drop down in SharePoint Online lists, we need lists with data for lookup. In my case, I’ve three custom lists on my SharePoint Online site. Namely: Region, Country, and…

Read more

SharePoint Online: Resize Column Width in List Forms using CSS

Requirement: Change the width of all columns in the list edit form! How to modify column width in SharePoint Online? If you want to set the width of a specific field in classic list forms, find its title or ID using Developer tools and use this script in Script editor: Here is the CSS…

Read more

How to Hide a Field in InfoPath New Form of SharePoint List?

Requirement:We have a customized InfoPath form for a SharePoint List with the “Request Number” field, which gets updated by an event receiver (or workflows sometimes) on Item created event. So, we wanted to hide the “Request Number” field from New Form. Solution: At a high level, insert a “section” control and move…

Read more

SharePoint Online: How to Hide Columns from List using PowerShell?

Requirement: Hide a Field in SharePoint Online using PowerShell. In a project request list, when a user fills the form, we want to hide the “Status” column by default and then have a workflow to populate the status of the particular request. Similarly, for the Edit column, but show it only on…

Read more