介绍实验性表单模板

我在其他地方收到了反馈,本应跟进此事,感谢提醒 :slight_smile:

因此,要设置带有链接到条款的 TOS 复选框,您可以执行类似以下操作:

- type: checkbox
  id: read-chatgpt-guidelines
  attributes:
    label: "I have read and I agree to the latest ChatGPT guidelines"
    description: '<a> Click here for the latest ChatGpt Giudelines</a>'
  validations:
    required: true
- type: checkbox
  id: accept-workspace
  attributes:
    label: "I will not use the @workspace command in customer project if I am using Github Co-pilot"
    description: '<a>Click here for details about @workspace command</a>'
  validations:
    required: true

看起来像这样:


这也是我目前在使用表单时唯一的痛点。对用户来说有点不直观,能够自动填充标题将非常有帮助。

5 个赞