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.

Tips & Tricks

Adding an Intervals login to your web site

Bottom of Page

  1.  
  1.  

    Wondering how to add an Intervals login form to your web site? Here is some HTML code to get you started:


    <form method="POST" action="http[s]://[your.intervals.domain]/">
    <input type="hidden" name="module" value="people" />
    <input type="hidden" name="action" value="loginsubmit" />
    Username: <input type="text" name="f_username" value="" /><br />
    Password: <input type="password" name="f_password" value="" /><br />
    <input type="submit" />
    </form>


    * If you have a premium or top shelf account, use https://
    ** Form action should be your domain, i.e. https://pelago.projectaccount.com/

    The finished result should look something like this:



    Username:
    Password:

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