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.
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
Comment #1
sstrudeau commentedThis 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. ++
Comment #2
moshe weitzman commentedOne 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.
Comment #3
yched commentedthis is discussed over there : http://drupal.org/node/81197