Skip to content

Commit

Permalink
remove unused block of code
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed May 16, 2024
1 parent c8d08fb commit d120f6b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/views/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@
<main class="container">
<div>
<h1>Contact Us</h1>
<?php if (isset($_GET['success']) && $_GET['success'] === 'true') : ?>
<p class="success-message">Your message has been sent successfully!</p>
<?php endif; ?>
<form action="" method="post">
<label for="firstname">First name</label>
<input type="text" id="firstname" name="first_name" value="<?= htmlspecialchars($defaultFirstName) ?>" required>
Expand Down

0 comments on commit d120f6b

Please sign in to comment.