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…
More About This Author

-
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.
Array
ModernWorkplace2022.12.07Microsoft Forms: Hiding the ‘Untitled Form’ label in forms without a title
ModernWorkplace2022.12.04Making a Canvas app become Teams & SharePoint theme aware (with the help of the PnP Enhanced Power Apps WebPart)
ModernWorkplace2022.11.19Hiding the New and Upload buttons from a SharePoint document library using JSON list formatting
ModernWorkplace2022.10.25Build powerful Adaptive Card experiences for Teams using Cards for Power Apps