Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 htmlService 做了一个表单,但我需要验证字段以使其成为强制性的。
请给我一些想法;)
由于您使用的是 HtmlService,因此您需要编写一些自定义 JavaScript,以在提交表单或按下按钮时检查某些表单字段的值。