In-correct method for <form> [CS50x 2021: WEEK-9 notes]
vrv501 opened this issue · 1 comments
vrv501 commented
Link to notes: https://cs50.harvard.edu/x/2021/notes/9/#post
In the POST method documentation, the method used inside form tag is mentioned as "form". There is no such method for form tag.
During lecture(video), Prof. Malan used <form action="/greet" method="post">
for demonstrating usage of POST method
curiouskiwi commented
thanks. Will fix.