フィールドの「顧客に表示される説明」の一部の文言へのリンクについて | Community
Skip to main content

フィールドの「顧客に表示される説明」の一部の文言へのリンクについて

  • November 17, 2025
  • 1 reply
  • 0 views

文章の一部にリンク設定を行いたいです。
<a>タグは使用できませんでした。HTMLを頭にいれると本文すべてがリンクとなりました。
内容としては個人情報関連で説明箇所の「プライバシーポリシー」という文字にリンク設定し、
プライバシーポリシーのページに飛ばしたいという意図があります。

1 reply

Francis14
  • December 19, 2025
Hi there!
 
If you cannot use the <a> tag to link the phrase “privacy policy” and adding HTML causes the entire text to become a link, you can instead wrap the phrase in a styled span and use JavaScript to handle clicks that redirect users to the privacy policy page. Alternatively, if your environment supports Markdown, you can use a Markdown link. If neither HTML nor Markdown is allowed, you can simply include the full URL as plain text.