Long story short: We want to be able to take advantage of the capability
to make descriptive text in a custom form clickable, and point to a
hyperlink. Workfront already does that, but for some reason it only
supports http:// and ftp:// protocols. We want mailto: to be a valid
protocol, so we can create rich hyperlinks that automatically launch a
user's email client and populate a message with to:, subject:, and body:
pre-filled for the user. It should be an easy fix for the engineering
team to ...