Group Join button for EUM V6

|
Published

In EUM V6, if you have a Public Group or a Private Group, where the users have to click a button to join the group, this line of code will be very helpful:

<p>
<button class="btn btn-primary" id="joingroup">Join Group</button>
</p>

The class and the id are critical in this code, so should not be changed.

To use this, login to EUM V6 Admin as an Admin or a Group Owner, and

  1. Navigate to the Group you want to put the button into
  2. Navigate to the Join tab
    Group_Join_tab.png
  3. Scroll down to the Join Page Body area and click the <> in the Page Body toolbar to expose the code view
    Join_Group_Code_View.png
  4. Paste the code there and click Save
    Join_Group_Button_Code_View.png