Skip to main content
Nintex Community Menu Bar

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

  • June 25, 2018
  • 3 replies
  • 11 views

Forum|alt.badge.img+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

Forum|alt.badge.img+14
  • Scholar
  • June 25, 2018

only with a javascript.

have a look on this thread -  


Forum|alt.badge.img+11
  • Author
  • June 25, 2018

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

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


Forum|alt.badge.img+14
  • Scholar
  • June 26, 2018

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"];