Hi All,
I'd like to create a form with a filed connected to an array varchar (I use postgresql).
I'm wondering the best way to have an autocomplete functionality for this filed.
To better explain I need to fill some id (es. 1,12,190,1). Something like the google bookmarks tags when you chose one and with a comma it propose you another choice for the second.

There are some other way for fill in an array varchar in drupal form or could you suggest how to modify autocomplete to have the functionality I mention above?

Thanks a lot

luca