Skip to content

Commit 34bf44f

Browse files
Merge pull request #64 from vimal-java-dev/bugfix/issue-63-expiration-rate-limit-filter
Under process
2 parents a67a609 + e044322 commit 34bf44f

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

contact.html

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,16 @@ <h2 class="section-title">Contact Information</h2>
126126

127127
<div class="contact-form-wrapper fade-in">
128128
<h2 class="section-title">Send a Message</h2>
129-
130-
<form id="contactForm" class="contact-form" novalidate>
129+
130+
<button type="submit" class="btn-send" id="submitBtn">
131+
<span class="btn-text">This form is being worked on as part of a production issue.</span>
132+
</button>
133+
134+
<button type="submit" class="btn-send" id="submitBtn">
135+
<span class="btn-text">Caused by: RedisRateLimitFilter</span>
136+
</button>
137+
138+
<form id="contactForm" class="contact-form" novalidate><br>
131139
<div class="form-row">
132140
<div class="form-group">
133141
<label for="name">Full Name</label>
@@ -169,6 +177,12 @@ <h2 class="section-title">Send a Message</h2>
169177
<div class="form-success" id="formSuccess">
170178
<span>✅ Your message has been sent. I’ll get back to you soon.</span>
171179
</div>
180+
<button type="submit" class="btn-send" id="submitBtn">
181+
<span class="btn-text">So, sorry for the inconvenience.</span>
182+
</button>
183+
<button type="submit" class="btn-send" id="submitBtn">
184+
<span class="btn-text">Please connect with me on Phone, WhatsApp, Email</span>
185+
</button>
172186
</form>
173187
</div>
174188
</section>

0 commit comments

Comments
 (0)