Trackier allows you to connect our Login page with your own customised Login Page. You can create your own login page and redirect the action towards our login domain simply by following the below steps. Once it is done, you can Log in Trackier with any page that you will select.
TABLE OF CONTENTS
- Setting up custom login Box.
- Enable Custom Login Box.
- Setting up Forget password Function on the login page.
STEP 1:
Setting up custom login Box.
To set up a custom login box, copy the Form elements from the below box and place them on your website. Use the HTTP POST to send the login credentials to your Trackier panel.
----- <form action="https://NETWORK_DOMAIN.trackier.com/" method="post"> Email: <input name="email" type="text"/><br /> Password: <input name="password" type="password"/> <input type="hidden" name="action" value="login"/> <input type="submit" value="Login" /> </form> ----- |
STEP 2:
Enable Custom Login Box.
Once the above details are added on the website and integrated properly, you need to enable an option from your admin panel.
Go to Customize>> Domain >> Login/Postback/API
|
Setting up Forget password Function on the login page.
We also provide a custom Forget password Function which you can add to your login page.
To set up the same, copy the form elements from the below box and place them on your website.
-----<form action="https://NETWORK_DOMAIN.trackier.com/auth/forgotpassword.html" method="post"> Email: <input name="email" type="text"/><br /> <input type="submit" name="action" value="forgot"/> </form> ----- |
In case you have any issues please mail us at support@trackier.com