Hi
Is is possible to incorporate the log in into a page within our website?
Thanks in advance
Ashley
Ashley,
Thanks for asking. Yes, it is possible. Simply copy and paste the code below into your web site and change the settings to match your domain. That should do the trick.
<form method="post" action="https://[your_intervals_domain]/index.php">
<input type="hidden" name="module" value="people" />
<input type="hidden" name="action" value="loginsubmit" />
Username: <input type="text" name="f_username" value="" maxlength="155" /><br />
Password: <input type="password" name="f_password" value="" /><br />
<input type="submit"name="f_submit" value="Login" />
</form>
Please note, if you are not on an SSL plan, the action will need to use 'http' instead of 'https'
Thanks for a super quick reply!
I have just tried it out and it works a treat.
Great!
1 to 3 of 3
Comments are closed.
For more Intervals help documentation, please visit help.myintervals.com