When should you employ the POST method over the GET method for submitting data from a form?
when efficiency is important
when the data in the form may be sensitive
when you want to use your browser to help with debugging
when you want the data to be cached