<table class="table table-striped"> <tr> <th>Name</th> <th>Bearbeiten der einzelnen Rallys</th> </tr> <form action="" method="post"> <tr> <td><input type="text" class="form-control" name="rallyname"></td> <td><input type="submit" name="run[rally]" class="btn btn-success" value="Eintragen"></td> </tr> </form> </table>