• Attempting to set up a template that will show both the Individual’s First and Last Name and if there is an Organization Name, that name as well. However <?php echo $entry->getFullFirstLastName() ?>only displays the name of the Individual, even if the Organization’s name is filled in.

    Tried to use <?php echo $entry->getFirstName() ?> <?php echo $entry->getLastName()?> <br /> <?php echo $entry->getOrganization() ?>
    however that sometimes return the Organizations name twice because the Organizations name is being pulled into the Last Name Field for Organizations.

    Solutions?

The topic ‘Connections Plugin’ is closed to new replies.