So you want to see the actual VALUE of the dropdown options, not the display value? If so, you're at the right spot: just replace that code you posted with this:
The smart_display_field_value function figures out what display text to show for the option based on the value. Outputting the value, like above, should just show the value instead.
Hope this helps -
Ben
Code:
{if $field_type == "select" || $field_type == "radio-buttons"}
{$value}
The smart_display_field_value function figures out what display text to show for the option based on the value. Outputting the value, like above, should just show the value instead.
Hope this helps -
Ben