How to populate two text fields based on a single drop down list selection
I'm trying to set up a form so that two text fields will populate with a default text (separate text in each text field) at the same time.
Below is a screenshot of the fields.
So, for example, if I select Utah from the drop down menu in "State," "OH Fund Center" will auto-populate with APWSWR4949 and "OH WBS" will auto-populate with WR49.73.0003.

I have a similar script for text fields a little bit lower in the form, but that script is not working. I was trying the following script:
var v1 = this.getField("RecState").valueAsString;
if (v1=="Utah") event.value = APWSWR4949;
else event.value = "";
However, it would not auto-populate the OH Fund Center Box. And I have no idea how to populate both fields at the same time.
Any help would be greatly appreciated.
Thank you!
Crystal
