pmpro-multiple-memberships-per-user icon indicating copy to clipboard operation
pmpro-multiple-memberships-per-user copied to clipboard

PMProRH_Field doesn't work properly

Open tbnv opened this issue 5 years ago • 0 comments

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?

tbnv avatar May 27 '19 08:05 tbnv