WizdomWeb/resources/views/pages/contact/thankyou.php

18 lines
618 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- File: thankyou.php -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Thank You</h2>
<p>Weve received your message.</p>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="alert alert-success p-4 text-center">
<h4>Thanks <?= htmlspecialchars($name ?? ''); ?>, your message has been submitted!</h4>
<p>You will receive a confirmation email shortly. We aim to respond within 1 business day.</p>
</div>
</div>
</div>
</div>
</section>