1

Is it possible to hide fields or make fields not required depending on the contents of a field when filling the live form? For example, I have a form with these fields:

  • name
  • author
  • type (multiple choice of either "book" or "comic")
  • start date
  • end date
  • summary

Initially, all fields are visible and marked as required. If the user selects "comic" when filling the live form, I want to hide "end date" field and make summary not required. I saw that it's possible to run scripts in google forms, but only when I am editing the form, not when the live form is loaded.

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
franksands
  • 1,748
  • 16
  • 21

1 Answers1

1

Short answer: In Google Forms? No

Long Answer: You can if you use Google Apps Scripting and the UiApp to custom create a form that can interact if you utilize the ChangeListener for the listbox.

Cheers.

user1475265
  • 291
  • 1
  • 5