get_value in PDB List Template
-
I am trying to test the value of a multi-select checkbox field in a PDB list template. I use code like this:
<?php if ( ($record->has_content( ‘days_attending’ ) ) and ( $record->get_value(‘days_attending’) != “None”)): ?>
but it seems that the get_value for this field is not returning any data. The field name in the Manage Database Fields panel is “Days Attending”.
What am I doing incorrectly?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘get_value in PDB List Template’ is closed to new replies.