Hi, i am making a plugin and i need to get latest purchases for each member.
I tried to add the following as Setting
$form->add( new \IPS\Helpers\Form\Node( 'custom_prod', ( \IPS\Settings::i()->custom_prod ) ? explode( ',', \IPS\Settings::i()->custom_prod ) : 0, FALSE, array( 'class' => 'IPS\nexus\Package\Group', 'zeroVal' => 'all', 'multiple' => TRUE ), NULL, NULL, NULL, 'custom_prod' ) );
However each time i choose and saves it doesnt save the ones i selected.