Add A Login Form To Third-Party Website
If you wish to add a login form on your external website that links to your Clientexec installation, you can use a form like this:
Notes:
- do not forget to change the url to match your Clientexec location
- you may need to adjust the form to match your website styling.
<form method='post' name='login' action='http://yourdomain.com/path_to_ce/index.php?fuse=admin&action=Login'>
<div id='youEmail'><input type='text' name='email'></div>
<div id='youPassw'><input type='password' name='passed_password'></div>
<div id='loginbtn'>
<INPUT type=submit value=Login name=btnSubmit /></div>
</form>
Notes:
- do not forget to change the url to match your Clientexec location
- you may need to adjust the form to match your website styling.
Updated on: 02/03/2023
Thank you!