Skip to content

Commit 510c76d

Browse files
APIs Updated
1 parent 84eab33 commit 510c76d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

connect.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3 style="color: #00eaff; margin-bottom: 15px; font-size: 24px;">Connect With U
145145

146146
<!-- Right Column: Form -->
147147
<aside class="glass-panel">
148-
<form id="contactForm" action="https://lime-dinosaur-350256.hostingersite.com/f/b51e1869c52e814d" method="POST" autocomplete="off">
148+
<form id="contactForm" action="https://form.codewithtanim.works/f/b51e1869c52e814d" method="POST" autocomplete="off">
149149

150150
<input name="name" type="text" placeholder="Your full name" required>
151151

@@ -243,7 +243,7 @@ <h4>Connect With Us</h4>
243243
const formData = new FormData(form);
244244

245245
try {
246-
const response = await fetch("https://lime-dinosaur-350256.hostingersite.com/f/b51e1869c52e814d", {
246+
const response = await fetch("https://form.codewithtanim.works/f/b51e1869c52e814d", {
247247
method: "POST",
248248
body: formData,
249249
headers: { "Accept": "application/json" }

order.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ <h2>Start Your <span>Project</span></h2>
296296
<p>Fill out the form below to initiate your order request.</p>
297297
</div>
298298

299-
<form action="https://lime-dinosaur-350256.hostingersite.com/f/98937ab43952573c" method="POST">
299+
<form action="https://form.codewithtanim.works/f/98937ab43952573c" method="POST">
300300
<div class="form-group">
301301
<label><i class="fas fa-user"></i> Full Name</label>
302302
<input type="text" name="name" placeholder="John Doe" required>

0 commit comments

Comments
 (0)