Skip to content

Commit

Permalink
Update feedbackform.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CchristiNana committed May 5, 2024
1 parent 502f51a commit c6a7322
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/feedbackform.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h1>Feedback Page</h1>
<input type="radio" id="star1" name="rating" value="1" /><label for="star1"></label>
</div>

<form class="feedback-form" action="/submitsuccess.html" method="post">
<form class="feedback-form" action="https://api.web3forms.com/submit" method="post">
<input type="text" name="name" placeholder="Name" required>
<input type="email" name="email" placeholder="Email" required>
<div>
Expand All @@ -87,6 +87,7 @@ <h1>Feedback Page</h1>
<input type="radio" id="improvement" name="feedback_type" value="improvement" />
<label for="improvement">Improvement Idea</label>
</div>
<input type="hidden" name="access_key" value="2f6518a2-a330-4048-b003-4584019c7344">
<textarea name="comment" placeholder="Add your feedback" rows="4" required></textarea>
<input type="submit" value="SUBMIT" />
</form>
Expand Down

0 comments on commit c6a7322

Please sign in to comment.