I'd like the user to be able to add multiple phone numbers without having the blank fields to start with.
moviereview has this built in. you can add as many actors to a review as you want.

thank you.

Comments

sstrudeau’s picture

This would be sweet. I wonder if it's on the roadmap. I imagine this would be a little tricky to implement since the database model is already so abstracted to make CCK so general and flexible. It also sounds like the admin-side UI would involve some thinking to keep it from being too confusing; some people think the CCK gui is already too confusing.

This *would* be a nice feature, however. ++

moshe weitzman’s picture

Title: Allow user to add additional fields of one type in cck: feature request » Allow user to add additional values for a multiple value field

One UI approach is to always append a blank textarea/textfield whatever for data entry. Would require javascript, but probably not require and fapi wizarddry if server just sees an array of values in the POST.

yched’s picture

Status: Active » Closed (duplicate)

this is discussed over there : http://drupal.org/node/81197