how do you deal with custom profile field checkboxes in Auto-cohort plugin

how do you deal with custom profile field checkboxes in Auto-cohort plugin

by Tom Tom -
Number of replies: 0
I have 3 custom profile field checkboxes.

Let's say they are

profile_field_abc
profile_field_redbluegreen
profile_field_xyz

I want to use the auto-chort plugin so that a corhort is created by their namesakes. And when a person has one of them checked in their profile they get added to the cohort. (I have used this plugin this way successfully for a drop down but a drop down will not work.)

What happens is I get a cohort created named "0" and one named "1".

I have seen the post here and on the plugin documentation where they say to do something like this on the plugin settings page:
Main template
ABC_{{profile_field_abc}}
REDBLUEGREEN_{{profile_field_redbluegreen}}
XYZ_{{profile_field_xyz}}


and then where you in the replace field:
ABC_1|ABC
REDBLUEGREEN_1|REDBLUEGREEN
XYZ_1|XYZ

but then no cohorts get created. None. Not even the "0" and "1" .

So how do you get a properly named cohort to generate from this plugin for your custom profile field checkboxes???

Average of ratings: -