Skip to content

Commit 7bb1ccf

Browse files
committed
2 parents 46ba766 + 510c76d commit 7bb1ccf

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"
148+
<form id="contactForm" action="https://form.codewithtanim.works/f/b51e1869c52e814d" method="POST"
149149
autocomplete="off">
150150

151151
<input name="name" type="text" placeholder="Your full name" required>
@@ -251,7 +251,7 @@ <h4>Connect With Us</h4>
251251
const formData = new FormData(form);
252252

253253
try {
254-
const response = await fetch("https://lime-dinosaur-350256.hostingersite.com/f/b51e1869c52e814d", {
254+
const response = await fetch("https://form.codewithtanim.works/f/b51e1869c52e814d", {
255255
method: "POST",
256256
body: formData,
257257
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)