I have a form that is already being used on another site and want to use it in my Joomla Site. I just need some direction on how to go about this with Chrono:
Edited to add code tags.<br><br>Post edited by: GreyHead, at: 2008/04/15 16:26
<script language='JavaScript' src='https://www.xxxx.com/client/validate-login.js'></script>
<center>
<form name="loginform" method="POST" action="https://www.ccc.com/client/client-login.php"
onSubmit="if ( checkInput() ) { document.loginform.submit() } else { return false }">
<table cellpadding=15 cellspacing=0 border=1>
<tr>
<td bgcolor="#a6b7c7">
<b>Username</b>
<br>
<input name="username" value="" size="40" maxlength="50">
</td>
</tr>
<tr>
<td bgcolor="#a6b7c7">
<b>Password</b>
<br>
<input name="password" type="password" value="" size="40" maxlength="20">
</td>
</tr>
</table>
<p>
<input name="login" value="Login" type="SUBMIT">
<input name="Reset" value="Reset Form" type="RESET">
</form>
</center>
Edited to add code tags.<br><br>Post edited by: GreyHead, at: 2008/04/15 16:26