Autocomplete

azz13 18 Mar, 2013
Hi

I have form with some text fields.
I want add functionality to autocomplete from previously saved values. How to do it?
GreyHead 22 Mar, 2013
Hi azz13,

In the Power Fields actions group there are an AutoComplete Loader and AutoComplete Processor action that you can use to do this. The Loader goes into the On Load event and is linked to a text input. The Processor goes into a new event and needs the necessary code to look up and return the possible values for the input.

Bob
azz13 24 Mar, 2013
Hello Bob,

thank you for your help. Everything works perfect.
I have two questions
1. If I want add autocomplete to another text field,I need add new autocomplete events for it?
2. Can I change design of result list (font,background)
GreyHead 25 Mar, 2013
Hi azz13,

1) I'd use two new actions.

2) CSS - you'll need to check the classes that are being applied by ChronoForms and add to or overwrite the CSS.

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