File tree Expand file tree Collapse file tree 2 files changed +29
-7
lines changed Expand file tree Collapse file tree 2 files changed +29
-7
lines changed Original file line number Diff line number Diff line change @@ -90,24 +90,28 @@ <h3>Research Paper 1</h3>
9090 < section id ="contact " class ="section contact ">
9191 < div class ="contact-content ">
9292 < h2 class ="section-title " data-aos ="fade-up "> Get in Touch</ h2 >
93- < form class ="contact-form " action ="https://formsubmit.co/5e1750a993629b2de545d9bd1e05a73e " method ="POST ">
93+
94+ < form action ="https://formsubmit.co/YO5e1750a993629b2de545d9bd1e05a73e " method ="POST " class ="contact-form ">
9495 < div class ="form-group ">
95- < label for ="name "> Name</ label >
96- < input type ="text " id ="name " name ="name " required >
96+ < input type ="text " name ="name " placeholder ="Name " required >
9797 </ div >
9898 < div class ="form-group ">
99- < label for ="email "> Email</ label >
100- < input type ="email " id ="email " name ="email " required >
99+ < input type ="email " name ="email " placeholder ="Email " required >
101100 </ div >
102101 < div class ="form-group ">
103- < label for ="message "> Message</ label >
104- < textarea id ="message " name ="message " rows ="5 " required > </ textarea >
102+ < textarea name ="message " placeholder ="Message " required > </ textarea >
105103 </ div >
104+ <!-- Prevent spam -->
105+ < input type ="hidden " name ="_captcha " value ="true ">
106+ < input type ="hidden " name ="_next " value ="thanks.html ">
106107 < button type ="submit " class ="submit-btn "> Send Message</ button >
107108 </ form >
109+
108110 </ div >
109111 </ section >
110112
113+
114+
111115 <!-- Scripts -->
112116 < script src ="https://cdnjs.cloudflare.com/ajax/libs/aos/2.3.4/aos.js "> </ script >
113117 < script src ="js/script.js "> </ script >
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Thanks for your message!</ title >
7+ < link rel ="stylesheet " href ="css/styles.css ">
8+ </ head >
9+ < body >
10+ < div class ="hero ">
11+ < div class ="hero-content ">
12+ < h1 > Thank You!</ h1 >
13+ < p > Your message has been sent successfully.</ p >
14+ < a href ="index.html " class ="submit-btn " style ="text-decoration: none; display: inline-block; margin-top: 20px; "> Return to Homepage</ a >
15+ </ div >
16+ </ div >
17+ </ body >
18+ </ html >
You can’t perform that action at this time.
0 commit comments