You are permitted to integrate your Live Lawyer™ account into your existing web site. By doing this, your clients can log into their Live Lawyer™ client accounts directly from your web site. If you wish, you may put the Live Lawyer™ login area inside of an invisible frame, this will make it so that the url of your web site is always in your clients' browser bar.
You can place the login box on your site, by inserting the code below into the page that you would like the login box to be.
<table border="0" cellspacing="0" cellpadding="0">
<form action="https://www.e-legalworld.com/livelawyer/login/" method="post">
<tr>
<td class="leftcol2"> <strong>Login Here</strong><br/>
<small>Enter your username and password, in order to securely log into your Live Lawyer™ account, or secure audio/video web conferencing session.</small><br/> <br/> <br/>
Username:<br/>
<input value="<?=$_GET['username']?>" type="text" name="username" id="username" size="12" style="width:177px" class="arrow">
<br/>
Password:<br/>
<input type="password" name="password" id="password" size="12" style="width:177px" class="arrow" >
<br> <br/>
<input name="checkbox" type="checkbox" id="checkbox" value="true">
<label>I agree to the <a href="http://www.e-legalworld.com/terms.html">Terms and Conditions</a></label>
<br> <br>
<input type="submit" name="login" value="Login"/> <br> <br/>
<a href="https://www.e-legalworld.com/livelawyer/login/" class="forgot">Forgot User ID/Password?</a><br>
<a href="http://www.e-legalworld.com/lp/live-lawyer.php" class="forgot">Not A Lawyer Yet? Sign-up Here</a> <br/> </td>
</tr>
</form>
</table>
You can also have clients signup for a free Live Lawyer™ client account, which allows them to schedule meetings with you directly online, by inserting the code for the client signup form, from your private lawyer web page. In order to work properly, any local file paths must begin with https://www.e-legalworld.com/. |