Switching to the helper changed the the values of the two Boolean fields 'evaluate' and 'editable' from 'Yes/No' to true/false. I didn't carry this through to the onload code correctly.
Fix: line of cf_profile.php 229 becomes
line 189 becomes
Fix: line of cf_profile.php 229 becomes
if ( $params->get('editable') ) {
line 189 becomes
if ( $params->get('evaluate') ) {
Thanks, I see it fixed in the file I have!
This topic is locked and no more replies can be posted.