Configuring this Static: From I receive empty values, the POST was performed successfully with the body, but all responses were empty in the google form.
I find that the HTML form needs an enctype="application/x-www-form-urlencoded" to work successfully.
You can find this comparing the API request performed by the google form vs your HTML post using the developer tools.