You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After submitting the form data in the appointment.html page, the form data is showing in the url. So, the data is being send by GET method, which is not a good approach for sending sensitive user information to a server.
So, I would like to change the form method to POST from GET. And also after submitting the data I can implement a card which will state that the appointment is submitted successfully. And in the card, I will show the details that is being provided by the user himself.
The card would be like this, with some more user information.
The text was updated successfully, but these errors were encountered:
After submitting the form data in the appointment.html page, the form data is showing in the url. So, the data is being send by GET method, which is not a good approach for sending sensitive user information to a server.
So, I would like to change the form method to POST from GET. And also after submitting the data I can implement a card which will state that the appointment is submitted successfully. And in the card, I will show the details that is being provided by the user himself.
The card would be like this, with some more user information.
The text was updated successfully, but these errors were encountered: