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