Skip to content

Commit e6feb54

Browse files
Update index.html
1 parent 6bddb9b commit e6feb54

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

Diff for: index.html

+5-19
Original file line numberDiff line numberDiff line change
@@ -173,32 +173,18 @@ <h3>Login Form</h3>
173173
</section>
174174

175175
<section id="contact">
176-
<h2>Contact Me</h2>
177-
<p>If you have any questions or would like to get in touch, feel free to reach out!</p>
178-
179-
<!-- <form action="https://api.web3forms.com/submit" method="POST">
180-
<input type="hidden" name="access_key" value="3198ce3b-e875-4985-8e9e-c97477d5f8ef">
181-
<label for="name">Name:</label>
182-
<input type="text" id="name" name="name" required>
183-
184-
<label for="email">Email:</label>
185-
<input type="email" id="email" name="email" required>
186-
187-
<label for="message">Message:</label>
188-
<textarea id="message" name="message" rows="4" required></textarea>
189-
190-
<button type="submit">Send Message</button>
191-
</form> -->
176+
<h2>Contact</h2>
177+
<p>We Value Your Feedback</p>
192178

193179
<form action="https://api.web3forms.com/submit" method="POST">
194180

195181
<!-- Replace with your Access Key -->
196182
<input type="hidden" name="access_key" value="3198ce3b-e875-4985-8e9e-c97477d5f8ef">
197183

198184
<!-- Form Inputs. Each input must have a name="" attribute -->
199-
<input type="text" name="name" required>
200-
<input type="email" name="email" required>
201-
<textarea name="message" required></textarea>
185+
<input type="text" name="name" placeholder="Enter Your Name" required>
186+
<input type="email" name="email" placeholder="Enter Your Email " required>
187+
<textarea name="message" placeholder="Your Thoughts Matter to Us, Share Them Here." required></textarea>
202188

203189
<!-- Honeypot Spam Protection -->
204190
<input type="checkbox" name="botcheck" class="hidden" style="display: none;">

0 commit comments

Comments
 (0)