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

michelcarloModern Workplace2 years ago5 Views



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

Leave a reply

Join Us
  • X Network2.1K
  • LinkedIn3.8k
  • Bluesky0.5K
Support The Site
Events
February 2025
MTWTFSS
      1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28   
« Jan   Mar »
Follow
Sign In/Sign Up Sidebar Search
Popular Now
Loading

Signing-in 3 seconds...

Signing-up 3 seconds...