Untitled Form

This guide directs the user on how to properly name their form and avoid error

This is a Google bug and would usually occur when you're working with a blank form or recently renamed your Google form. Here's the cause of the error in details.

// This is how we get your form's title
form.getTitle();

The image below shows the difference between your Form name and Title. If you don't specifically name the Title text, it inherits the Form's name. If the Form's name is Untitled Form, the title will also be Untitled Form. Finally, if you change the title without renaming the title, it'll still be Untitled Form.

Google Form

Last updated