<form method="post" action=""> <table class="table table-striped"> <tr> <td>Neues Passwort:</td> <td><input type="password" name="pwd" class="form-control"></td> </tr> <tr> <td>Neues Passwortbestätigung:</td> <td><input type="password" name="pwd2" class="form-control"></td> </tr> </table> <input type="submit" name="run[pw_neu]" value="Speichern" class="btn btn-success btn-block"> </form>