Ok. Custom Fields work now. But do you have any idea, how i can show a specific field in the template?
i found this code:
echo $comment_meta_key = $meta[‘customertype’];
$comment_meta_val = get_comment_meta($comment -> comment_ID, $comment_meta_key, true);
but it doesn’t work in the template functions.php.
thanks and best regards!
benny