05/26/2016 at 12:53 pm
#377687
Participant
Thanks for your reply – It is now set to public.
Yes – in the admin sign up section they look fine and they show that they take my entries,
All I get under someone’s entry out on the site are:
Name, street address, email, class year all of which are on the standard entry form (changed Date to class.
But the check boxes for class agent and deceased etc do not show up.
“$checked = $entry->getMeta(
array(
‘key’ => ‘field_id_ca’, // This should match exactly the field id used when registering the custom field.
‘single’ => TRUE // Do not change this.
)
);
echo if ( $checked ) ‘Checkbox was checked.’;”
was inserted into the card.php in the wp-content/connections-template/slim-plus file.
