staticFormEmails
staticFormEmails copied to clipboard
Google Form receive empty values
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.
How do I solve the issue of getting empty values. The same thing is happening to me