Jump to content

Use Template Login Form


in2tech

Recommended Posts

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!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...