We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3c7d3 commit ab87dffCopy full SHA for ab87dff
1 file changed
src/pages/feedbackForm.js
@@ -38,7 +38,7 @@ export default function feedbackForm() {
38
baseurl += `?entry.${encodeURIComponent(key)}=${encodeURIComponent(value)}`;
39
});
40
41
-
+ console.log(baseurl);
42
const response = await fetch(baseurl, {
43
method: "POST",
44
body: JSON.stringify({ data: 1, formData }),
0 commit comments