Postponed
Project:
Webform Autocomplete
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
12 Mar 2013 at 01:26 UTC
Updated:
25 Jul 2013 at 22:53 UTC
Is it possible to implement a multiple value feature similar to taxonomy's free tagging form field?
I understand this probably wouldn't allow to autocomplete from existing submissions as there wouldn't be a way to differentiate separate values in each submission, but this would work great if it just used values from the allowed list.
Comments
Comment #1
colemanw commentedYes, such a thing would certainly be possible. It wouldn't even be too hard to do it from existing submissions, either by matching on substrings or by storing each value as a seperate row in the db (the latter would be more consistent with other multivalued webform fields).
However there isn't currently funding for ongoing development of this module, so while I'm happy to answer questions and review patches I'm don't have time to develop new features.
Comment #2
colemanw commentedPatches are still welcome. Marking issue as "postponed" for now.
Comment #2.0
colemanw commentededited for text mistake