Skip to content

Commit 52c5100

Browse files
committed
feedback test
1 parent a99c59d commit 52c5100

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/feedbackForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function feedbackForm() {
3636
);
3737

3838
Object.entries(filteredFormData).forEach(([key, value]) => {
39-
baseurl += `?entry.${encodeURIComponent(key)}=${encodeURIComponent(value)}`;
39+
baseurl += `&entry.${encodeURIComponent(key)}=${encodeURIComponent(value)}`;
4040
});
4141

4242
console.log(baseurl);

0 commit comments

Comments
 (0)