Closed (fixed)
Project:
Contact form fields
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
4 Aug 2010 at 18:56 UTC
Updated:
26 May 2025 at 08:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
beautifulmindDo you mean when #description is empty, it should not be used? Okay.
Thanks for your concern and raising the issue.
Regards.
Comment #2
beautifulmindThanks for raising the issue. I have fixed the issue and you can use the latest dev version ( > August 4).
Regards.
Comment #3
Anonymous (not verified) commentedI tried the 4 aug 2010 - 1:04 version, it has no effect.
What i meant you can see om http://www.mirakel.cmseasy.nl/contact. Click the "info" button. The field "Uw telefoonnummer" is a Contact Form Field and has a "bottom margin" created by the description area (class) of the field. Description is not used here.
Other fields are default Contact fields without a description and without the description area/class.
Regards
Martin
Comment #4
beautifulmindYes I got the issue and if you observe the cvs messages on project description page, you will find a message regarding committing a fix for this. The fix is not updated in the dev version because Drupal may include when next cron runs. Which is why I advised to use version having date > 4th August.
Thanks for you concern.
Regards.
Comment #5
Anonymous (not verified) commentedHi,
On aug 5 I tried the cvs patch 'commit #402590' and today the dev release 5 aug. I see no changes, it didn't solve the issue.
Maybe there is a misunderstanding what I meanth. Comment #3 gives I good explanation and in the attached image it is the space between the fields "Uw telefoonnummer" and "Uw emailadres": It is different compared to the other (default contact module) fields caused bij the description area of the contact form field "Uw telefoonnummer".
Thanks for the attention and effort that you give, it is a little layout issue that can be solved in css by css scripters.
Martin
Comment #6
beautifulmindDo you mean those empty span tags?
Comment #7
Anonymous (not verified) commentedThe div class description with the
<br>in it.see att.
Comment #8
beautifulmindPlease make sure that you have following code at line #168 in contact_field.module file
I, in no way, was able to generate the issue after adding this code. The August 5 commit includes this code.
Thanks for your concern. I really appreciate it.
Regards.
Comment #9
Anonymous (not verified) commentedThe
<br>code in de class reminded me that I have CKE editor installed, And yes, this is a part of code CKE editor leaves in an empty field. After switching of the editor and saving a clean field it was solved.Thanks for helping in this, problem was not contact form field related and solved.
Comment #10
beautifulmindThank you.