Custom field - display as hyperlink
I downloaded this fantastic package a few days ago and I'm having a go at modifying it.
I'm working in Contacts. I've added a custom field (website) to both the EditView and DetailView and the content of the field is being saved successfully in EditView and displayed in DetailsView.
I'd like to change the way that the contents of the field are displayed and display the field as it is displayed in the Accounts module - that is remove the http:// if it exists (remove_redundant_http) and display as a hyperlink (<A title='http://{WEBSITE}' href='http://{WEBSITE}' target="_blank" class="tabDetailViewDFLink">{WEBSITE}</A>).
I think I can work out the changes, but I'm not sure where the custom fields are processed?
Any help would be greatfully received.
I couldn't find any documentation on customising forms and custom fields, other than what you can do in Studio. If any documentaion exists can someone point me in the right direction please.
Thanks.
SugarSuite 4.5.1
OSX 10.4.8
Apache 2
PHP 5
MySQL 4
Bookmarks