Launching the Design Experience

Learn how to create an engaging and seamless design experience for your forms.


In this video, we explore how to get started with SharePoint Form design using Lightning Forms. We discuss how to customize the New Form, Display Form and Edit Form using Lightning Forms within SharePoint Online. 
 

 


Launching the Design Experience

The design experience is launched contextually within SharePoint by clicking the Lightning Forms button on the SharePoint List Command Bar. Once you have clicked the Lightning Forms button, you’ll be presented with a dialog box displaying a link to each of the three forms that belong to a SharePoint list. 
 

Note: If you do not see the Lightning Forms Button on the command bar, it is likely to be one of these three reasons:

  • You do not have Full Control or Site Owner permissions to the Site containing the list. If this is the case, you can request Full Control from your Site Owner.
  • Lightning Forms was not yet installed or not installed correctly. Our installation guide on the Lightning Forms Help Centre will help guide you or your administrator with the installation.
  • The Lightning Forms button is hidden due to too many buttons on the command bar. In which case, click the ellipses to present more buttons.
 


Once you have launched the dialog, you will notice three buttons (one for each form). Note that Document Libraries do not have a NewForm.aspx, so in that case, you will see two buttons.

Click “Customize” next to the form that you wish to customize. The design experience for that form will open.

Click “Edit Customization” to edit an existing customization.

The Lightning Forms Dialog allows you to customize each of the three forms within a SharePoint list. 


 
 

Scripting Capability Error That Might Be Encountered During The Design Experience

Though uncommon, it is possible that you might encounter a scripting capability error similar to the image below when customizing the form. 
 

 

The error states that scripting capability should be enabled.   

If you are running SharePoint Online, you can refer to this Microsoft article (https://learn.microsoft.com/en-us/sharepoint/allow-or-prevent-custom-script#to-allow-custom-script-on-onedrive-or-user-created-sites). Note that it can take up to 24 hours for the change to take effect.  

If you’re running SharePoint on-prem:

  1. Login to your SharePoint 2019 Farm Server.
  2. Open SharePoint 2019 Management Shell as administrator.
  3. Execute the following PowerShell sample command template: 

    (Get-SPSite -Identity “https://your-host/sites/modern-site“).DenyPermissionsMask = [Microsoft.SharePoint.SPBasePermissions]::EmptyMask 
     

Replace your-host with your hostname.

Replace modern-site with the path of your modern site.

For example:

(Get-SPSite-Identity”https://sharepoint/sites/contoso“).DenyPermissionsMask=[Microsoft.SharePoint.SPBasePermissions]::EmptyMask

Was this article helpful?

Can’t find what you’re looking for?

Our world-class Customer Success team is here for you.

Contact Support