Update pages.html
Browse files- pages.html +1 -1
pages.html
CHANGED
@@ -524,7 +524,7 @@ editor.Components.addType('custom-form', {
|
|
524 |
fetch(props.submitUrl, {
|
525 |
method: 'POST',
|
526 |
headers: {
|
527 |
-
'Content-Type': 'application/
|
528 |
},
|
529 |
body: JSON.stringify(data)
|
530 |
})
|
|
|
524 |
fetch(props.submitUrl, {
|
525 |
method: 'POST',
|
526 |
headers: {
|
527 |
+
'Content-Type': 'application/x-www-form-urlencoded'
|
528 |
},
|
529 |
body: JSON.stringify(data)
|
530 |
})
|