Collaborama About Help Contact Anonymous [login] Source: site.view [edit] Function name: groupSignup Arguments: groupName Description: Sign up for a WubHub account Page type: snippet Render function: Module: site Page source: <h1>Join WubHub Group "%groupName%"</h1> <p>By joining this group, you will have edit privileges on commands owned by the group, and the group module will be added to your default path. You may join more than one group.</p> <h1>Signup</h1> <table> <tbody> <form action="/webl/WubHub_GroupRegister" method="post"> <input name="cmd" value="signup" type="hidden"> <tr><td>Invitation token:</td><td> <input name="invitation"></td></tr> <tr><td>Group Name:</td><td><input name="groupname" value="%groupName%"></td></tr> <tr><td></td><td><input name="submit" type="submit" value="Signup for Group"></td></tr> </form> </tbody></table>