We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c4310 commit f8512bdCopy full SHA for f8512bd
index.html
@@ -251,7 +251,8 @@ <h4>Downtown Avenue</h4>
251
<div class="contact__form">
252
<h2>Contact Us</h2>
253
<p>Let's embark on this exciting journey together.</p>
254
- <form action="submit_form.py" method="POST">
+ <!-- <form action="submit_form.py" method="POST"> -->
255
+ <form>
256
<input type="text" name="first_name" placeholder="First Name" required />
257
<input type="text" name="last_name" placeholder="Last Name" required />
258
<input type="email" name="email" placeholder="Email Address" required />
0 commit comments