I would like a dropdown list that includes full definitions for the user to look at but when they select the item that they want only the abbreviation shows on the form. For example in my List Items it says "Illinois" but when they select "Illinois" it populates the field with the binding value of "IL". I've already tried:
"this.rawValue = this.xfa.event.newText;"
and
"drp_Restriction.rawValue = this.boundItem(xfa.event.newText);"
but still can't get the value of the dropdown to populate the field. I can use the value to poplulate a text field though. What am I doing wrong?
This custom field provides a drop down box with the spelled out states for display and specifies for each state the abbreviated value.
George Kaiser