Active
Project:
Email Field
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Feb 2011 at 00:28 UTC
Updated:
1 Aug 2016 at 09:57 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
MPeli commentedHi,
the formatter is fully functional now. Is it worth implementing into the Email field module? Martin.
Comment #2
krem commentedHi MPeli,
Thanks for your contribution, it corresponds exactly to what I need!
After installing the module I'm getting numerous warning messages like "MySQL server has gone away query ...". I can confirm that the contact form is displayed properly, and everything is fine on the front part, but in the admin interface the warning messages make it impossible to use...
I found that the language files still have mention of email.module, I'm using french language... Do you think it could cause those errors ? I even had a look to the module code and it seems pretty straight forward... don't know what can cause the errors... If you have any idea I'm up for it !
Thanks again,
Clem
Comment #3
krem commentedI want to add that I tested to simply copy/paste the content of email_email_form.module in my own custom module and everything works fine !!
Comment #4
krem commentedActually I get back what I said before, I can't get it to work by copying the code in my custom module
Comment #5
MPeli commentedThe language files included in my module should be deleted because they were copied from the email module. Try to do so and reinstall it. The module works fine for me. I get no errors. I am using Czech language...
The zip file should be unzipped into "/sites/all/modules" folder.
Comment #6
sumitshekhawat7331 commentedGud Job Man :)
Comment #7
jaskegreen commentedDoes this work in v7?
Cheers
Comment #8
john_b commentedNo. I would like this feature.
I have got it working by adding some of the code into my customized / hacked copy of the main module (as it was the easiest way). But the quality of my coding is pretty hacky, so I'm not posting it.
Comment #9
johnvDoes the following D7-patch help? #1264210: Add actual contact form display formatter
Comment #10
sunshinee commentedThis works great in D6 with the translation files removed. However, the form shows up even when the email field is empty. This is only true with the field set to display the "better contact form," and doesn't happen using the other formatters. I'll take a look and try to see what is different, but I think this would be a fantastic addition to the module. Thanks for sharing!
Comment #11
sunshinee commentedOk, this is probably not the sexiest method, but it works. Starting at line 35:
is changed to include a conditional check for the field to be set
Hope this helps someone
Joy
Comment #12
nessunluogo commentedI know this is an old issue, but google shows as first result.
Anyone looking for a solution to this problem in D7 can simply use the Views Contact Form module, wich adds "A new formatter when used with the Email Field module to display the contact form."
Hope this helps.