Good afternoon,
I have a form with two select fields for a customer’s inventory.
One field is to look up the hardware by serial number and the other is by asset tag. Since not all of their hardware has asset tags I need these two options.
my issue seems to be that if I select the asset tag it will not populate the serial number field and vice versa.
I have tried AJAX onchange events and if the field is a text field and not a select field it works but I do need the field to be a select field.
Any pointing in the right direction would be greatly appreciated.