By Byron on Tuesday, 11 July 2017
Posted in Groups
Likes 0
Views 647
Votes 0
Hello,

When creating a new group there is a select option for 'Group Type' which has three options (Open, Closed & Invite Only) Is it possible to default the Group Type to 'closed' without displaying the option for either 'Open' & 'Invite Only'?

Regards,

Byron
Hi Byron,
In the group category custom field for group type, you can select the default option for this custom field(http://take.ms/vqmjK).
As for not displaying the other options, perhaps you can just hide the field entirely since you do not want users to select other options.
You can use the following custom css do hide this field in groups.

#es.view-groups [data-element="type"] {
display:none;
}
·
Tuesday, 11 July 2017 15:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Great suggestion! Thanks again Raymond.
·
Tuesday, 11 July 2017 16:05
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome Byron.
Regards.
·
Tuesday, 11 July 2017 16:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post