staticFormEmails icon indicating copy to clipboard operation
staticFormEmails copied to clipboard

Google Form receive empty values

Open puppom opened this issue 4 years ago • 1 comments

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.

puppom avatar May 21 '21 13:05 puppom

How do I solve the issue of getting empty values. The same thing is happening to me

CocaKhosla avatar Jun 30 '21 08:06 CocaKhosla