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