Customizing language in Google Forms

Need help changing text in Google Forms

I’m trying to modify the default text in Google Forms. My main goal is to change the “Other:” option in checkboxes to something else. It would be great if I could also update validation messages.

I’m not a pro with JavaScript, but I think a simple find-and-replace might work. I’ve seen people edit the form’s source code and add it to their websites, but I need to keep the form in Google to collect data in a spreadsheet.

Does anyone know how to do this? I want to use my own words, not just translate the existing text. Any tips would be much appreciated!

I’ve tackled this issue before, and unfortunately, Google Forms doesn’t offer a straightforward way to customize the ‘Other:’ option text or validation messages within the standard interface. However, there’s a workaround that might suit your needs. Instead of using the built-in ‘Other’ option, you can create a separate short answer question right after your checkbox question. This allows you to label it however you want. For validation messages, you’d need to use Google Apps Script, which requires some coding knowledge. If you’re comfortable with that, you can create custom triggers and modify form responses. It’s not as simple as find-and-replace, but it gives you more control over the form’s behavior and text.

hey there, i’ve run into this too. sadly google forms doesn’t let u change the ‘Other:’ text easily. but here’s a trick - make a new text question right after ur checkbox one. label it whatever u want. for changing validation stuff, u gotta use google apps script. it’s a bit tricky if ur not into coding tho. hope this helps!

As someone who’s worked extensively with Google Forms, I can tell you that modifying the default text isn’t straightforward. However, I’ve found a workaround that might help you out.

Instead of using the built-in ‘Other’ option, try adding a text field at the end of your checkbox question. You can label this field anything you want, giving you the customization you’re after. It’s not perfect, but it gets the job done.

For validation messages, you’ll need to dive into Google Apps Script. It’s a bit more complex, but it offers a lot of flexibility. You can create custom triggers to modify form responses and even set up your own validation rules.

One trick I’ve used is to create a separate ‘Thank You’ page with custom text. This lets you add any additional messages or instructions after form submission.

Remember, while these methods work, they do require a bit more setup than a simple find-and-replace. But they’ll give you more control over your form’s appearance and functionality.