I have written some javascript code that should execute when a country field has changed. I download the CC_AutoComplete_Name control which is supposed to be from Microsoft. It works fine. The problem is that when the value is changed, it does not trigger the onChange event. Also, my code updates the field, but it doesn't show on the form but if I save the form, the new value is saved and displayed on refresh.
Is there other options for autocomplete? This is for a Country field on a contact/account form and we need to make sure that the correct country spelling/format is entered.
Thanks