Skip to content

Commit

Permalink
changed the form handling so that information is
Browse files Browse the repository at this point in the history
not shown on url address
  • Loading branch information
EfrataAron committed Oct 5, 2024
1 parent 234691b commit e83061d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appointment.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h1>Book Your Doctor's Appointment</h1>


<form class="appointment-form" action=" https://swasthya.setmore.com/sely" method="get" target="_blank">
<form class="appointment-form" action=" https://swasthya.setmore.com/sely" method="POST" target="_blank">
<div class="form-group">
<label for="name">Full Name:</label>
<input type="text" id="name" name="name" placeholder="Enter your full name" required>
Expand Down

0 comments on commit e83061d

Please sign in to comment.