I’d like to request support for adding the HTML title attribute to links and images inside the page/funnel builder (and any rich text editors).
Use case:
We want to provide short hover tooltips so users can mouse over a link or image and see helpful text (for clarity, instructions, or context).
Request:
Please allow setting a title attribute for:
Anchor links (<a title="...">)
Images (<img title="...">)
Ideally this could be exposed as a simple field in the element settings (e.g., “Tooltip / Title text”), and stored in the generated HTML.
Notes / considerations:
Works great on desktop; mobile hover may not display, which is fine.
If needed for accessibility, it would be amazing to also allow aria-label (or map the same value to aria-label) in a safe, allow-listed way.
This should be low-risk if implemented as an allow-list for title (and optionally aria-label) during HTML sanitization.
Thanks! This would help usability and reduce confusion on complex pages.