Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mdfaizaanalam committed Oct 19, 2024
1 parent b9e66b7 commit 2469e76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions views/feedback.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<%- include('includes/navbar.ejs') %>
<main class="parent">
<section class="form-container">
<form class="form" id="feedbackForm">
<forms class="form" id="feedbackForm">
<div class="form-field">
<label for="name">NAME</label>
<input type="text" id="name" name="name" placeholder="Your Name" required>
Expand All @@ -87,10 +87,11 @@
<textarea id="feedback" name="feedback" placeholder="Type your Feedback" required></textarea>
</div>
<button type="submit" class="submit-btn">SUBMIT</button>
</form>
</forms>
</section>
</main>

<%- include('includes/footer.ejs') %>
<%- include('includes/topToBottomScrollButton.ejs') %>
<script>
document.getElementById("feedbackForm").addEventListener('submit',async(e)=>{
Expand Down

0 comments on commit 2469e76

Please sign in to comment.