i have this error when i click on the link ?
it try to reach : http://mydomain.com/email/136/field_email but ???
any idea ?
i have this error when i click on the link ?
it try to reach : http://mydomain.com/email/136/field_email but ???
any idea ?
Comments
Comment #1
Papayoung commentedI had this problem when trying to use an email field in a view. I found that I had to set the email field in my content type settings to use "Contact form" *and* select contact form as the display in the view. I only found this out after debugging the module code itself; module owner(s), it would be great to build this so it either overrides the default format when you select a different format in a view, or warns you of the mismatch when you try to select it.
Comment #2
Gidgidonihah commentedI also had this problem. Papayoung made me realize what it was. Under the field settings it was set as invisimail where as the display settings had it as a contact form. Setting both to contact form fixed the problem.
Comment #3
jfha73 commentedWhere and How do I make this change?
Comment #4
milos.kroulik commentedI just would like to note, that Papayoung solution works for me just fine in latest dev version. Thanks.
Comment #5
jfha73 commentedIf this helps, all you need to do is change the field on Content type->your content type->Manage Fields->Display Field and see the picture attached.