Not signed in (Sign In)
The Intervals Forum is read-only
Please head to help.myintervals.com for help articles and guides. If you have any questions, please contact our support team.

New to Intervals? Have questions or need help?

Customised Log In Page

Bottom of Page

1 to 3 of 3

  1.  
  1.  

    Hi

    Is is possible to incorporate the log in into a page within our website?

    Thanks in advance
    Ashley

  2.  

    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'

  3.  

    Thanks for a super quick reply!
    I have just tried it out and it works a treat.
    Great!

Comments are closed.
For more Intervals help documentation, please visit help.myintervals.com