Any way to validate a Google form input?

╄→гoц情女王★ 提交于 2019-12-02 10:47:40

You are not able to create this type of dynamic form using the Google Forms Service, because there is no interaction between the service and scripts during form entry, except upon Form Submission. In the case of a multi-page form, a script has no way to know that a user has completed one page and gone on to another.

You could achieve this using the HtmlService or UiService, by writing your own form.

Not sure you can do this with Google Forms and Apps Script.

But I have done exactly this with UiApp/Html Service in Apps Script. I used it for a light-duty user authentication.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!