• iambdot

    (@iambdot)


    Hi,
    I have a link field column which is set to display on the List Participants page. I have specified the url and link text, but the only the url continues to show as the clickable link and not the specified link text.

    Solution:
    In PDb_FormElement.class.php (line:368) should be changed to:
    $linktext = empty($field->default) ? $field->value : $field->default;
    instead of:
    $linktext = empty($field->value) ? $field->default : $field->value;

    https://www.ads-software.com/plugins/participants-database/

  • The topic ‘Link field not working on admin List Participants page’ is closed to new replies.