/**
* post request handler
*
* 1 - post with data should:
* a - redirect to success page if data validated
* b - redirect to form whose input fields are populated by the validated data
*
* 2 - post without data should re-direct back to form
*/