2010 forms - is there a way to autocomplete a text field


Badge +11

Is there a way to autocomplete a text field without referring to a list. Similar to other forms online? Extracting the info from memory rather than a list?


3 replies

Userlevel 5
Badge +14

only with a javascript.

have a look on this thread -  

Badge +11

Thanks Marian. Is there a non-repeating section example?

And I don't want to reference a sharepoint list, just the cache. 

Userlevel 5
Badge +14

read through the thread I posted, there is a link to another page that provides solution for simple text control out of repeating section.

you need not to take source items from a remote list, you can define your own array variable, like

var cache=["option1","option2","option3"];

Reply