DmitrMakeev commited on
Commit
64f19aa
·
verified ·
1 Parent(s): daf9ae6

Update pages.html

Browse files
Files changed (1) hide show
  1. 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/json'
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
  })