Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    You can do this in the custom template, just set the text of the link field to what you want the clickable text to be, and the the link value to your edit link.

    if ($this->field->name == 'edit_link') {
       $this->field->link = $record->get_edit_link();
       $this->field->value = "Edit Link";
    }
Viewing 1 replies (of 1 total)
  • The topic ‘custom hypertext label name!’ is closed to new replies.