Anuj Balan
Anuj Balan

Reputation: 7729

Dynamic behavior in Google forms using AppsScript

I am creating a Google forms page which ends with a file upload button. This file upload button should get enabled once the above existing form items like check box, text field, etc are validated. How can this be achieved using AppsScript in Google Forms? I couldn't file any resource that shows how to validate fields in a form.

Upvotes: 0

Views: 173

Answers (1)

Spencer Easton
Spencer Easton

Reputation: 5782

The live form can only be static. You can not cause the layout or elements of the live form to change. You can only make changes to the master form and republish the live form.

There is built in validation with forms: https://support.google.com/docs/answer/3378864?hl=en

Upvotes: 0

Related Questions