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.