Not signed in (Sign In)

The Intervals Forum

Categories

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.

Tips & Tricks

Adding an Intervals login to your web site

Bottom of Page

1 to 1 of 1

  1.  
    •  
      CommentAuthorjreeve
    • CommentTimeDec 9th 2008
     
    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: