Skip to content

Commit

Permalink
form adding with netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaifArfan committed Jul 29, 2021
1 parent d90df4f commit 53bd9f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion booking.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<div class="container">
<h3 class="form__title">Book Table</h3>
<div class="form__wrapper">
<form action="">
<form name="booking" method="POST" netlify>
<div class="form__group">
<label for="firstName">First Name</label>
<input type="text" id="firstName" name="First Name">
Expand Down
2 changes: 1 addition & 1 deletion contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h3 class="form__title">
Contact & Inquiry
</h3>
<div class="form__wrapper">
<form action="">
<form name="contact" method="POST" netlify>
<div class="form__group">
<label for="firstName">First Name</label>
<input type="text" id="firstName" name="First Name">
Expand Down

0 comments on commit 53bd9f3

Please sign in to comment.