Autocomplete on Email Address Field

Hi,

I need to add Autocomplete on Email Address Field, suggesting if email address already exists in employees module

Hi,
You can use JavaScript for this. There is no default feature like this.
The idea will be to USE onChange/KeyUP event of JavaScript, and then send the AJAX call to custom entryPoint to get email suggestions from the Employee module.

Thnaks