简体   繁体   English

如何使用 Google Forms 预提交执行 email 验证

[英]How to perform email validation with Google Forms pre-submit

I am autogenerating some Google Forms which have the automatic email collection field enabled.我正在自动生成一些启用了自动 email 收集字段的 Google Forms。 I would like to make it so that each of them can only be submitted by certain emails.我想让它们中的每一个都只能通过某些电子邮件提交。 As such, I would like to check that the auto-collected email is an allowed email address before they submit the Form.因此,我想在他们提交表单之前检查自动收集的 email 是否是允许的 email 地址。

I would prefer not to use a regular textbox that says "enter email here", because then any user who opens the form could input an email which may not be their own.我不希望使用显示“在此处输入 email”的常规文本框,因为这样任何打开表单的用户都可以输入可能不是他们自己的 email。

I know I can check the email is correct after the Form is submitted, but I would prefer to do it before.我知道我可以在提交表单后检查 email 是否正确,但我更愿意在此之前进行。

Is this possible?这可能吗?

Currently, it seems there is no way to validate automatically collected email before form submission.目前,似乎没有办法在提交表单之前验证自动收集的 email。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM