If you want to change the text in your example that is 1234 Main Street
you would need to modify your code. In the example below requires that
the address field is a multi line field. if(this.rawValue ==
"Reno"){field1.rawValue = "NV"addressField.rawValue = "1234 Main Street
\n Reno, NV"}elseif(this.rawValue == "San Diego"){field1.rawValue =
"CA"addressField.rawValue = "1234 Main Street \n San Diego, NV"}