Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 16 additions & 2 deletions contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,16 @@ <h2 class="section-title">Contact Information</h2>

<div class="contact-form-wrapper fade-in">
<h2 class="section-title">Send a Message</h2>

<form id="contactForm" class="contact-form" novalidate>

<button type="submit" class="btn-send" id="submitBtn">
<span class="btn-text">This form is being worked on as part of a production issue.</span>
</button>

<button type="submit" class="btn-send" id="submitBtn">
<span class="btn-text">Caused by: RedisRateLimitFilter</span>
</button>

<form id="contactForm" class="contact-form" novalidate><br>
<div class="form-row">
<div class="form-group">
<label for="name">Full Name</label>
Expand Down Expand Up @@ -169,6 +177,12 @@ <h2 class="section-title">Send a Message</h2>
<div class="form-success" id="formSuccess">
<span>✅ Your message has been sent. I’ll get back to you soon.</span>
</div>
<button type="submit" class="btn-send" id="submitBtn">
<span class="btn-text">So, sorry for the inconvenience.</span>
</button>
<button type="submit" class="btn-send" id="submitBtn">
<span class="btn-text">Please connect with me on Phone, WhatsApp, Email</span>
</button>
</form>
</div>
</section>
Expand Down