Quick Anchor Question #4346
-
Can we add anchors in help text? We have a use case where we need an "enabled on" date as hep text in a Switch, but we'd also like to link out to the Audit Trail: Is this ok, or should we put this on another line/area? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Disclaimer: This is a very experimental bot using OpenAI's GPT-4. The answers may not be correct, a human will review the answer and update it if necessary. Hi! Based on the Paste documentation, you can indeed include anchors within Help Text to provide additional information or link out to relevant resources. This is supported as part of making Help Text informative and helpful for users. Here's how you might structure it using Paste components: <HelpText>
Enabled on 2025-06-17. See <Anchor href="https://www.twilio.com/docs/audit-trail">Audit Trail</Anchor> for more details.
</HelpText> This approach keeps the information concise and scoped, as recommended in the Default Help Text section of the Paste documentation. It also aligns with the guidance on using anchors to link out to additional information as seen in the Design section under Accessibility. Remember to ensure that the anchor text is written succinctly and makes sense on its own, following the best practices outlined in the Accessibility section for anchors. This is crucial for users of assistive technology. I also did a search, and I managed to find these other Discussions that might be similar or related to your question. Give them a read to see if they answer your question. If they do, head back here and update this discussion and mark it as answered, pointing others to the related discussion:
|
Beta Was this translation helpful? Give feedback.
-
Looks good to me! |
Beta Was this translation helpful? Give feedback.
Disclaimer: This is a very experimental bot using OpenAI's GPT-4. The answers may not be correct, a human will review the answer and update it if necessary.
Hi! Based on the Paste documentation, you can indeed include anchors within Help Text to provide additional information or link out to relevant resources. This is supported as part of making Help Text informative and helpful for users. Here's how you might structure it using Paste components:
This approach keeps the information concise and scoped, as recommended in the Default Help Text sec…