Hi
I have form with some text fields.
I want add functionality to autocomplete from previously saved values. How to do it?
I have form with some text fields.
I want add functionality to autocomplete from previously saved values. How to do it?
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
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
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)
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)
This topic is locked and no more replies can be posted.