Remote Login to Your Group
Posted by Clarence Wooten Fri, 09 Feb 2007 06:23:00 GMT
It’s here! You are now able to login to your CollectiveX group from anywhere.
Simply copy the code below and add it to your existing website or blog and your members will be able to login to your group from there.
<form action="https://GROUPSUBDOMAIN.collectivex.com/login" method="post">
<label for="user_email">Email:</label>
<input type='text' id="user_email" name="user[email]" />
<label for="user_password">Password:</label>
<input id="user_password" name="user[password]" type="password" />
<input type="submit" value="Login" />
</form>
Important: Replace the word GROUPSUBDOMAIN in the code above with the subdomain of your group.
Your completed login form will appear as it does below:
