Add Remote Login to Your Site
The following code will allow you to embed a login form into your own website. Copy and insert the following code into your site's html where you want the form to appear.
<script type="text/javascript" src="http://www.tutorpanel.com/js/remote_login.js"> </script>
If you want the form to redirect back to your website if there is an error when logging in then add this code to your site's html:
<div id="tutorpanel_remote_login"> <script type="text/javascript" src="http://www.tutorpanel.com/js/remote_login_redirect.js"> </script> </div>
