how do I use prepopulate to set the og_public checkbox to selected?

I've tried

edit[og_nodeapi][og_public][]=1
edit[og][og_public][]=1
edit[og_public]=1

Comments

ñull’s picture

Version: 6.x-1.1 » 6.x-2.2

bump

ñull’s picture

Status: Active » Closed (fixed)

I discovered it's edit[og_nodeapi][visible][og_public]=1 , just the same as can be found in the og_access.module:

$form['og_nodeapi']['visible']['og_public'] = array(....