Source: site.view [edit]
Function name: createGroup
Arguments:
Description: Create a new WubHub group.
Page type: snippet
Render function:  
Module: site

Page source:

<h1>Start a Project (Group)</h1>

<p>A group is a project module that can have its own home page, members, and commands.  Create a group whenever you'd like a number of people to work collaboratively on some project.  After your group is created, invite users to join with <webl>Wub_ALinkCmd("groupInvite(NameOfGroup,NumTokens)")</webl>.</p>

<h1>New Project</h1>

<table>
<tbody>
<form action="/webl/WubHub_GroupRegister" method="post">
  <input name="cmd" value="create" type="hidden">
  <tr><td>Project Name:</td><td><input name="groupname"></td></tr>
  <tr><td>Description:</td><td><textarea name="description" cols="85" rows="5" title="Description of the group."></textarea></</td></tr>
  <tr><td></td><td><input name="submit" type="submit" value="Create Group"></td></tr>
</form>

</tbody></table>