Prevent user from amending entry in Autocomplete?

  • 27 February 2018
  • 1 reply
  • 1 view

Userlevel 3
Badge +16

Hi,

 

I have an autocomplete which is connected to an AD Group to populate it with User Names, the chosen User is then emailed (via a AD User getuserdetails method on the chosen autocomplete user)

 

When a person starts typing, the matching users appear and the user is able to select one (in the autocomplete)

However, once selected, the user can easily delete a few characters from the selection, which would mean a non-genuine user is selected and messes up my workflow, i.e. no genuine destination to send the email to.

 

Any way round this?

 

I know the autocomplete has to be editable (i.e. the user may want to select someone else, but how can i ensure it is a genuine selection only from the autocomplete?

 

 

 


1 reply

Userlevel 5
Badge +18

I believe what you are looking for is strict validation as per:


https://help.k2.com/kb002089

Reply