|
yes you can just place this form in your index page and modify the section of the jcow directory
[code]
<form method="post" name="loginform" id="form1" action="[b]http://yourdomain.com/jcow[/b]/member/loginpost" >
<tr><td>Username or Email</td><td>Password</td></tr>
<tr><td><input type="text" size="10" name="username" style="width:120px" /></td><td>
<input type="password" size="10" name="password" style="width:120px" />
<input type="submit" value=" Login " /></td></tr>
<tr><td><input type="checkbox" name="remember_me" value="1" /> <span style="color:#89A0D1">Remember me</span></td>
<td><a href="[url][b]Forgot[/url">http://yourdomain.com/jcow[/b]/member/chpass">Forgot[/url] password?</a></td></tr>
</form>
[/code] |