We've created a fairly complex form that does a lot of lookups on the page, each of them use multiple criteria so we end up with lots of Autofill buttons. we've gone in and created Javascript functions that when dropdown field is changed we click the autofill button. The issue we run into is when Forms does it's lookups and there's only one value returned it will automatically select that option in the dropdown, normally this is preferred but in this case Forms might run 4, 5, 6 lookups and when Forms autoselects the dropdown options it triggers more lookups and we're running into lots of timing issues where the Forms lookups will almost get ahead of itself and clear out random fields or skip lookups entirely.. but we don't seem to have issues when we are forced to click the autofills.
So my question in all this is can we make forms not auto select a dropdown value when it's the only lookup result? any backend file with a setting that says to auto populate or anything like that would be very helpful. Otherwise we're stuck having to reconcile the speed at which Forms does lookups and autofills with the time it takes javascript to trigger