Just wondering if there is a way of hyperlinking text to a custom email address that is defined in Custom Fields.
For Example:
I have a custom field setup for Account Manager Email and looking to add this to the customer portal.
I’ve tried the following code:
href="<?php echo $invoice->client_custom_account_manager_email; ?>">Email your Account Manager - I’ve disabled the a href so that you can see the code.
I was looking at just a simple text saying “Your Account Manager is: ACCOUNT MANAGER NAME”
If you have a custom field that is called “Account Manager Email” you can reference this field with <?php echo $invoice->client_custom_account_manager_email;?> so the following code should work: