File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" }
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments