in2tech Posted September 25, 2015 Report Posted September 25, 2015 How do I use the original templates login form, for pilots to login? This is code in my template for logging in: <li class="login-container"> <a class="login" id="loginpopup" href="#loginform"><i class="icon-enter"></i> <font color="#000"><strong>Login</strong></font></a> <!-- login panel --> <div id="loginform" class="login-form-container"> <h4><strong class="epicon-strong">Login</strong> to your Account</h4> <form action="#">[b] [/b]//Tried putting <?php echo url('/login');?> in the action area to the left, replacing # sign <div class="input-group"> <span class="input-group-addon"><i class="icon-user"></i></span> <input type="text" class="form-control" placeholder="Enter your Name"> </div> <div class="input-group"> <span class="input-group-addon"><i class="icon-lock"></i></span> <input type="password" class="form-control" placeholder="Enter your Password"> </div> <div class="input-group"> <div class="checkbox"> <label> <input type="checkbox" id="checkbox" value="option1"> Remember me </label> </div> </div> <div class="input-group"> <button type="submit" class="button button-block">Login</button> </div> </form> </div> <!-- login panel end here --> I know it possible I have seen it on other sites. Don't know how reliable it is? This is what the form looks like: http://screencast.com/t/0VH2ilzsYco Any help appreciated! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.