Hi, really loving the Webform module, brilliant work.
Was just wondering if it's possible a feature could be built to allow the user to add one 'select' item at a time. Eg. a list of 500 cities, and the use a drop-down box to select 1, click an 'add' button, and that city gets added to the list. Then when they submit the webform, it creates a webform_submitted_data row for each city they added.
(Or should this be done as a CCK add on, and webforms would just accept any data?
Does the feature exist elsewhere? I've tried to search but don't even know what it's called).
Thanks,
Rich Talbot
Comments
Comment #1
quicksketchWhat you're describing is functionality provided by the Hierarchical Select module. This functionality would probably be solved if #329504: Hierarchical Select Lists was implemented.
Comment #2
richtalbot commentedquicksketch,
Ah yep, that's what I meant. I see it's already been requested.
Sorry about the duplication, I just didn't know what it was called, so was hard to search.
Thanks again for your module, it's great.
Rich Talbot
Comment #3
richtalbot commentedHi again,
This is actually the functionality I require:
http://drupal.org/project/multiselect
The ability to have hierarchy isn't actually important, just the fact that with 500 or so tickboxes makes the page long.
It uses CCK. Is there anyway to enable this multiselect type in Webform, or does Webform use it's own input type functions?
Regards, Rich