pmpro-multiple-memberships-per-user
pmpro-multiple-memberships-per-user copied to clipboard
PMProRH_Field doesn't work properly
Hello,
It seems PMProRH_Field
doesn't work properly with this add-on. For example, this code won't display the registered field when the mentioned level (which is an additional level) is selected:
$fields[] = new PMProRH_Field(
'field_name',
'select',
array(
'levels' => array(6, 7),
'label' => 'Field Label',
'options' => array(
1 => 'Option One',
2 => 'Option Two'
)
)
);
Any help?