Hi,
I want people registrating at a certain page to be added to another Member group than the default one.
I saw this topic: http://ellislab.com/forums/viewthread/134832/
But it’s not really clear to me and I don’t wanna break anything 😉
$data['group_id'] = 4; // set default to 'pending'
if ($_POST['hidden_reg'] == 'regform1') $data['group_id'] = 12; // special member group 1
if ($_POST['hidden_reg'] == 'regform2') $data['group_id'] = 14; // special member group 2=> If this still is the only way to do it, can anyone explain to me how it works exactly?
Thanks