Need text field to match name of list item
Hi! I need the highlighted green text field to match just the item name that appears when I pick it from the list.
I have:
var Addresses =this.getField("Stores").value;
event.value=Addresses;
in another text field, but I do not want those outputs on that green line. Just the list's item name. Don't know if this will affect anything 🙂

