Make a simple login form work

Technical Support
  • This should be so easy but somehow I don't get it. I'd like to do a Login Form on my landing page but just fail. First thought was c/p login.tpl in a panel but that didn't work so I tried to fill a simple bootstrap form with the needed tags and informations. Please have a look:

    <div class="col-sm-4"> <div class="form-group"> <input class="form-control" placeholder="Username/E-Mail" name="username" type="text" autocorrect="off" autocapitalize="off"> </div> <div class="form-group"> <input class="form-control" placeholder="Passwort" name="password" type="password" id="password"> </div> <div class="form-group"> <button class="btn btn-primary btn-lg btn-block" id="login" type="submit">Login</button> </div> <a href="/register" class="btn btn-success btn-lg btn-block" role="button">Registrieren</a> </div>

  • thank you so much. i'm sorry that i haven't found this by searching, but I was in a hurry because we worked on launching a closed beta version of our board so things got a little bit hectic in the last days


Suggested Topics