Skip to content

Commit

Permalink
Merge pull request #1551 from aslams2020/UnwantedForm
Browse files Browse the repository at this point in the history
✔️Fixed the Footer Unwanted Bug!
  • Loading branch information
arghadipmanna101 committed Aug 8, 2024
2 parents fcc4012 + 78d0c9a commit a53fce3
Showing 1 changed file with 3 additions and 45 deletions.
48 changes: 3 additions & 45 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1508,48 +1508,13 @@ <h1>Contact Us</h1>
window.onload = calcScrollValue;

</script>
<label for="rating-filter">Minimum Rating:</label>
<select id="rating-filter">
=======
</h2>
<div id="collapse5" class="accordion-collapse collapse" aria-labelledby="heading5"
data-bs-parent="#faqAccordion">
<div class="accordion-body">
Flipkart has a hassle-free return policy. If you're not satisfied with your purchase, you can initiate a
return within the specified return period. Simply go to the "My Orders" section, select the order you
want to return, and follow the prompts.
</div>
</div>

</div>
</div>
</div>
</div>
<!-- faq end -->
<!-- Contact Us -->
<div class="main" id="contactus">

<div class="container">
<img src="rateus.png" alt="rateus">
<div class="form-container">
<h1>Contact Us</h1>
<form id="contact-form">
<!-- <label for="name">Name:</label> -->
<input type="text" id="name" name="name" required placeholder="Name:">

<!-- <label for="email">Email:</label> -->
<input type="email" id="email" name="email" required placeholder="Email:">

<!-- <label for="comment">Comment:</label> -->
<br> <textarea id="comment" name="feedback" required placeholder="Comment:"></textarea>


<p id="thank-you-message" style="color: white; display: none;">Thank you !!<br>We will connect
soon.</p>
</form> <br>
<button onclick="handleSubmit()" id="button" class="button1">Submit</button>
</div>
</div>
</div>

<!-- go to top button -->
<!-- <button id="goToTopBtn" class="hidden"><i class="fas fa-chevron-up"></i></button> -->
<div class="scrollToTop">
Expand Down Expand Up @@ -1622,14 +1587,7 @@ <h1>Contact Us</h1>
window.onload = calcScrollValue;
</script>

<label for="rating-filter">Minimum Rating:</label>
<select id="rating-filter">
<option value="1">1 Star</option>
<option value="2">2 Stars</option>
<option value="3">3 Stars</option>
<option value="4">4 Stars</option>
<option value="5">5 Stars</option>
</select>


</body>

Expand Down

0 comments on commit a53fce3

Please sign in to comment.