forgot the button

This commit is contained in:
Thies Mueller 2021-01-08 19:32:17 +01:00
parent 7fe313c779
commit c2c77e7a74

View File

@ -81,9 +81,9 @@ if(isset($error) && !empty($error)) {
<form action="?send=1" method="post"> <form action="?send=1" method="post">
<div class="form-group"> <div class="form-group">
<label for="email">Email</label> <label for="email">Email</label>
0<input type="email" name="email" id="email" class="form-control" value="<?php echo isset($_POST['email']) ? htmlentities($_POST['email']) : ''; ?>"><br> <input type="email" name="email" id="email" class="form-control" value="<?php echo isset($_POST['email']) ? htmlentities($_POST['email']) : ''; ?>"><br>
</div> </div>
<button type="submit" class="btn btn-primary"> <button type="submit" class="btn btn-primary">Submit request</button>
</form> </form>
<?php <?php