Forum Moderators: coopster
first form:
__________________________________________________________________
<table width="100%">
<form action="http://example.com/community/member.php" method="post">
<tbody>
<tr>
<td colspan="2">Please use the form below to login into your account control panel.</td>
</tr>
<tr>
<td colspan="2">Account Username:<br /><input name="username" size="28" maxlength="40" value="" type="text" /></td>
</tr>
<tr>
<td colspan="2">Account Password:<br /><input name="password" size="28" maxlength="50" value="" type="password" /></td>
</tr>
<tr>
<br /><div align="center"><input type="submit" class="button" name="submit" value="login" /></div><input type="hidden" name="action" value="do_login" /><input type="hidden" name="url" value="http://www.example.com/news.php" />
</tr>
</tbody>
</form>
</table>
__________________________________________________________________
secound form:
<form name='loginform' method='post' action='".FUSION_SELF."'>
".$locale['061']."<br>
<input type='text' name='user_name' class='textbox' style='width:100px'><br>
".$locale['062']."<br>
<input type='password' name='user_pass' class='textbox' style='width:100px'><br>
<input type='checkbox' name='remember_me' value='y' title='".$locale['063']."' style='vertical-align:middle;'>
<input type='submit' name='login' value='".$locale['064']."' class='button'><br>
</form>
[edited by: coopster at 8:32 pm (utc) on Sep. 8, 2008]
[edit reason] please use example.com in code [/edit]