Hi there,
A very similar question was answered here, but I could not get any modified version of the posted javascript code to work.
What I want to happen is for the Employee Username field to be auto populated when the user stops typing. The reason for the auto fill button is because it's looking up the value of the username in a SQL database based on two values (isActivated, which is hidden, and the display name). I'd rather not have the users need to click the button if I can possibly avoid it.
Here's the snippet of my form (note the isActivated field is hidden):
And then some simple CSS can hide the button I'm sure.
Any help would be greatly appreciated! Thanks