I'm using Drupal 6.12 with CCK 3.x from November 4, this issue was also happening prior using a CCK 3.x from the summer (date not known)
I have a multigroup where there are three fields, one is a nodereference and two plain text fields. The data that exists is fine, I can remove a line or edit the values. When I attempt to add a new line to the multigroup it disappears. The field still shows up in the source but is not visible to the user. It was last working October 28 when I updated the Panels module, fivestar, link, finder, print. These are now all up to the latest stable version.
I've checked the delta's for the data, and everything looks fine on that end. It seems like there is something the matter with the Javascript as this is the same with all themes.
Another observation is if I click the add more values button and the multigroup disappears, then if I save that node, the nodereference values stay, but the txt fields clear.

Comments

irishblood55’s picture

Okay, so I solved my own issue, which is quite funny actually. I wanted to use the Mobile_Tools module to allow for better control over mobile websites. Unfortunately having this module enabled disables me from adding a new value to a mutligroup fieldset. Not sure where the error technically is, but I am going to report this also to the mobile_tools developer.

markus_petrux’s picture

Project: Content Construction Kit (CCK) » Mobile Tools
Version: 6.x-3.x-dev » 6.x-1.9
Component: content_multigroup.module » Code
twom’s picture

Status: Active » Closed (cannot reproduce)

Closing. Several fixes where made towards problems with AHAH calls in forms.
No similar report were made recently.

johnnydarkko’s picture

Project: Mobile Tools » Content Construction Kit (CCK)
Version: 6.x-1.9 » 6.x-3.0-alpha3
Component: Code » content_multigroup.module
Status: Closed (cannot reproduce) » Active

This is still happening--I have a date field (using Date 6.x-2.8) in my multigroup and the content always gets removed when I click the "Add more values" button. I'm not too familiar with AHAH calls in forms so I'm not sure what to look for. Is this a problem with Multigroups or is there a specific configuration that's needed for Multigroup/Date to work together? Any suggestions would be appreciated!

johnnydarkko’s picture

Status: Active » Closed (works as designed)

Spoke too soon... updated Date to 6.x-2.9 and this is no longer happening. Hope this helps anybody that had the same dumb problem :)

lancewig’s picture

Updated to Date 6.x-2.x-dev but still having this issue.