Details
-
Type: New Feature
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 1.8
-
Fix Version/s: 1.8
-
Component/s: Core CiviCRM
-
Labels:None
Description
Add custom field type = "Link".
Field VALUES may be either:
- a valid URL
OR - a valid URL + a space + Title (any string)
EXAMPLES:
Input: "http://civicrm.org"
- rendered as <a href="http://civicrm.org">http://civicrm.org</a>
Input: "http://civicrm.org CiviCRM Home Page"
- rendered as <a href="http://civicrm.org">CiviCRM Home Page</a>
(This follows the approach used by WikiMedia and some other wiki's.)