I have a form that I created with 4 different fields on it. The first 3 fields are used to populate a 4th field (Validation Key) from a database.
1. Username
2. Password
3. Number
4. Validation Key (Default Value of 'Waiting for Validation')
I have disable the AutoSuggest for forms 9.1.1 per KB 1013402. The issue is that as soon as the form loads, it immediately performs the lookup on the first 3 fields, thus clearing out the default value for the field Validation Key. I need to prevent this from happening, and only allow the database lookup to execute when the Auto Fill button is clicked by the end user. Thank you for the help.