Hi,
I have a multigroup filed set to unlimited to store people data (name, surname, etc...) that has worked so far very well.
We have now a case were we arrived to add 44 multifields on one record and it doesn't let us adding more. If I click on Add another the blue wheel starts but nothing happen.
Any ideas? Can it be a resource problem? We are on a quite fast 2GB server.

Comments

mtoscano’s picture

It looks like that IE9 lets add new multigroups, even if it takes a bit because the script take a long to run. Chrome just stop it. Why the script take longer to add the multigroup 45 rather that the mulitgroup 1?

interestingaftermath’s picture

I've run into this issue before. Someone can correct me if I'm wrong, but the way multi-group works is that it actually rebuilds the form each time you "add more". This means that once you get to 44 and you try to "add 1 more" it actually has to re-build all 44 and add 1. The easiest way to avoid this is to just start with more fields than you need on average so you are clicking "Add more" less often.

I modified CCK to not rebuild the form each time but it's not working properly anymore (that's what brought me to the Issues list...)