Hi. This is a really useful module. Not sure what the current maintenance status of it is?

I've run into a pretty major bug it seems to me. When a cck field is set to Unlimited, and when using the print $field_name; method to output it, when you click 'Add another item' the page refreshes but the entirity of that field's form element is removed from the page.

I did wonder whether it might be a caching issue, as other threads about this kind of issue within cck have seemed to be relating to the form cache table. However I have tried disabling all caching but to no avail.

Comments

willhowlett’s picture

If anyone else runs into this issue I found a satisfactory workaround for my usage scenario, which was to set a number of fields (for example 10) and use jquery to hide all but the first one (if empty) and create an 'add more' button to display the next field. If anyone needs a code example of what I did just post here and I'll fish it out.