Sample Autocompleter CFV5

ideagrup 13 Mar, 2015
do you have a sample about autocompleter function in setpup chronoformls 5?

i like make a simple prove like this

Field_AUtocompleter
Button_Send

Autocompleter Read database values

Thomas
GreyHead 13 Mar, 2015
Hi Thomas,

There is an AutoCompleter action in the Utilities Action group.

You will need to create a new Form event to generate the data to be returned.

Bob
ideagrup 13 Mar, 2015
Yes, I have seen the sample in new chronoform version (is fantastic version)

At the sample autocomplete field, it reads an array that is not a database values.

I have proved to change (custom code <=> dbRead) But not running. 😟

Is posible do it??

Other question (Is possible to use autocomplete like a tipical field (to: email) where is possible choose between free write or select email of database contacts???


Thomas, Congratulations with the new version
GreyHead 13 Mar, 2015
Hi Thomas,

Yes it's possible you need to get the values you need from the database and return them as a json_encoded array like the demo form.

Yes I think you can also type directly into an autocompleter input.

Bob
This topic is locked and no more replies can be posted.