Microsoft Forms: Hiding the ‘Untitled Form’ label in forms without a title


If we want to create custom headers for Microsoft Forms, as we don’t have many customisation options, an alternative way would be to create a custom image.

But if we want to add the form title to the image, and leave it as blank as below:

Forms always will set the title as ‘Untitled Form’ when you save it, even if you add spaces to it:

However, it turns out that if we add the ‘zero-width space character‘ to the form title, it is preserved:

To add this character, you can simply copy it using the button below, and paste it into your Form title:

function copyZeroSpace(){
document.getElementById(“54321”).select();document.getElementById(“54321”).setSelectionRange(0, 99999);document.execCommand(“copy”);
alert(“Copied!”);
}

And that’s it!

Important to remember that as the form had the title removed, it will appear without a title in your forms list:

The post Microsoft Forms: Hiding the ‘Untitled Form’ label in forms without a title


Source link

More About This Author

michelcarlo
michelcarlo
SharePoint and Office 365 Consultant/Developer always trying to get the best from Microsoft stack (Microsoft 365/Azure/Power Platform and related stuff).

Living in Ireland since 2018, I had previously worked in Brazil as a consultant/developer for Office 365, SharePoint and related technologies for almost 10 years.

Author: michelcarlo

SharePoint and Office 365 Consultant/Developer always trying to get the best from Microsoft stack (Microsoft 365/Azure/Power Platform and related stuff). Living in Ireland since 2018, I had previously worked in Brazil as a consultant/developer for Office 365, SharePoint and related technologies for almost 10 years.

Share This Post On
Share via
Copy link
Powered by Social Snap