Good evening,
I have a form for a customer to submit a support request. The issue I am having is that I want a few fields (vendor, model, warranty end date) to automatically be populated when I select the serial number. The only way I have been able to do this is to create additional Select Fields that are updated when the Serial number is selected, as well as limit the displayed results with a SQL WHERE clause.
While this does what I want the field still looks like a select field and I want it to look like an un-editable text field.
Is there a better way to do this?