04/18/2016 at 10:45 am
#373268
Keymaster
@ Matt
You would add this to your template:
$region_1 = $entry->getMeta(
array(
'key' => 'region_id_1', // This should match exactly the field id used when registering the custom field.
'single' => TRUE // Do not change this.
)
);
echo if ( $region_1 ) 'All of Minnesota.';
Hope that helps!
