I am rendering a field with the following:
$cck->get('trf_route')->value
The trf_route field is a select box for the 50 US states.
Set as:
Alabama=AL
Alaska=AK
etc
etc
.....
When the field renders in the template, it shows "Alabama", not "AL" (which is what is stored in the dB) ... how can I get AL when I render in my templates?
Thx!