I am currently developing a UI where user enters their personal information in the form and when they click submit, the data gets inserted into the database.
Now, I have two ways of sending the form data fro UI to the backend.
1) Using the Form POST method
2) Using Ajax POST method
Out of both, which one is the best to follow (or) anything is fine? are there any limitations in certain cases?
I am developing the website in Django