Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form data should be send via POST method rather than GET method in the appointment page #182

Open
Soumyodeep-Das opened this issue Oct 4, 2024 · 2 comments

Comments

@Soumyodeep-Das
Copy link

image
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.
image

@Soumyodeep-Das
Copy link
Author

@tushargupta1504 I would love to resolve the issue.

@tulikaa25
Copy link

Please assign this issue to me. @tushargupta1504

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants