実験的フォームテンプレートを紹介します

他の場所でフィードバックを得て、これについてフォローアップするつもりでした。促してくれてありがとうございます :slight_smile:

したがって、利用規約のチェックボックスにリンクを設定するには、次のようなことができます。

- type: checkbox
  id: read-chatgpt-guidelines
  attributes:
    label: "最新のChatGPTガイドラインを読み、同意します"
    description: '最新のChatGPTガイドラインはこちらをクリックしてご覧ください<a href="https://discourse.company.com/t/current-gpt-and-bing-guidelines/4348"> Click here for the latest ChatGpt Giudelines</a>'
  validations:
    required: true
- type: checkbox
  id: accept-workspace
  attributes:
    label: "GitHub Copilotを使用している場合、顧客プロジェクトで@workspaceコマンドを使用しません"
    description: '@workspaceコマンドの詳細はこちらをクリックしてください<a href="https://discourse.company.com/t/for-compliance-reasons-the-workspace-command-must-not-be-used-in-customer-projects/4371">Click here for details about @workspace command</a>'
  validations:
    required: true

これは次のように表示されます。


これも、現時点でフォームに関する唯一の不満点です。ユーザーにとっては少し直感的ではなく、タイトルを自動入力できると非常に役立つでしょう。

「いいね!」 5