How to add custom icon image beside the email field ?

Hello Everyone,

I tried to put icon beside the Primary Email field of Lead modules.

Parents Reply Children
  • Hi Bhavin Patel

    If you want to append only image tag then you can directly do it like this:

    ./custom/modules/Contacts/metadata/detailviewdefs.php

    0 =>

              array (

                'name' => 'email1',

                'studio' => 'false',

                'label' => 'LBL_EMAIL_ADDRESS',

                 'customCode' => '{$fields.email1.value}<img src="custom/themes/default/images/google.gif"></img>',

               

              ),

    Any how happy that you solved the problem... chees Bhavin

    Best Regards

    S Ramana Raju