Search results

  1. J

    Datagrid remove auto mailto-link to email field

    Thank you! I have now entered this function in include / custom_functions/custom_formatting_functions.php <?php function dadabik_format_email ($value, $id){ return ''.$value.''; } ?> It seems not to work in my datagrid template view, even if I remove the $value it's still the same...
  2. J

    Datagrid remove auto mailto-link to email field

    Hi! Thank you for your quick reply! Can you point me in the right direction? I also tried to rename the column in database to something else so it should not behave as an link with no success. Thank you!
  3. J

    Datagrid remove auto mailto-link to email field

    Hi! I wish to create my own datagrid template there email doesn't automatically gets a link with mailto. My intended use is to create my own mailto-link with ?Subject=The subject&body=Information from database. Right now dadabik_field email dadabik_field generates an link with the email. I...
Top