Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Modification Email to Admin

Quote Reply
Modification Email to Admin
Hi-

When I have some additional custom fields in the Links database. My problem is that when I put these customized tags on the email-mod.txt in the Admin templates, the email that gets sent to me when the user modifies their link always shows: Unknown Tag: 'Tel' for the custom field I created called 'Tel'. I have re-synced the database, but it still happens. When I check the compiled version of the template (email-mod.txt.compiled), it does have the custom field on it with the format:

};
$return .= $tmp if defined($tmp = $self->_get_var(q{Tel}, $escape, $strict));
$return .= q{

But the email itself still shows the Unknown Tag error. Does anyone know what the problem might be, or how to fix it?

--Frank