I'm not sure if this is a views issue or e-mail module, but when I try to display the email data collected in a cck node through the views module, nothing shows. I have no problems if viewing the data through the regular node display, but it isn't passed to CCK. There may need to be some type of inc. file to fix this, but I'm not sure.

Comments

marcoBauli’s picture

jason: it works fine here with latest Email_field.module and Views v 1.141 2006/06/25

Views recognizes it in its fields, and outputs correctly. Only thing, the link is always outputted as a "Mailto: Direct link", even if it is setted up as a "Contact form" in the field settings.

mh86’s picture

Status: Active » Fixed

the output in views doesn't depend on the field settings. you have to choose a formatter in your views. At the moment you can choose between the invisimail encryption and the mailto link. The link to the contact form has to be implemented through the template.

Anonymous’s picture

Status: Fixed » Closed (fixed)