Hi @Jon
I installed another plugin “Log HTTP Requests” recommended by Forminator provider, got the logs as following:
When saving the test URL, it got response 200 with all the fields name in the body.
When saving the Production URL, got response:
{
"headers": {},
"body": "{\"message\":\"Error in workflow\"}",
"response": {
"code": 500,
"message": "Internal Server Error"
},
"cookies": [],
"filename": null,
"http_response": {
"data": null,
"headers": null,
"status": null
}
}
and the Request
{
"method": "POST",
"timeout": 5,
"redirection": 5,
"httpversion": "1.0",
"user-agent": "WordPress/6.7.1; https://see.architdz.com ForminatorWebhook/1.0",
"reject_unsafe_urls": false,
"blocking": true,
"headers": {
"Accept": "application/json",
"Content-Type": "application/json",
"X-Hook-Test": "true"
},
"cookies": [],
"body": "{\"text_1\":\"\\u670d\\u52d9\\u55ae\\u4f4d\",\"text_2\":\"\\u8077\\u7a31\",\"select_3\":\"\\u5317\\u5340\\u6240\\u5728\\u7e23\\u5e02\",\"select_4\":\"\\u4e2d\\u5340\\u6240\\u5728\\u7e23\\u5e02\",\"select_5\":\"\\u5357\\u5340\\u6240\\u5728\\u7e23\\u5e02\",\"text_4\":\"\\u6d77\\u5916\\u570b\\u5bb6\",\"name_1\":\"\\u4e2d\\u6587\\u59d3\\u540d\",\"radio_3\":\"\\u6027\\u5225\",\"email_1\":\"Email\",\"text_3\":\"LINE ID\",\"phone_1\":\"\\u624b\\u6a5f\\u865f\\u78bc\",\"select_2\":\"\\u5b78\\u7a0b\",\"select_1\":\"SEE\\u63a8\\u5ee3\\u5340\\u57df\",\"date_1\":\"SEE 101\\u5165\\u9580\\u8ab2\\u7a0b\\u5b8c\\u6210\\u65e5\\u671f\",\"upload_1\":{\"name\":\"\\u8acb\\u4e0a\\u50b3SEE 101\\u7d50\\u696d\\u8b49\\u66f8\\uff08\\u4e2d\\u6587\\u6216\\u82f1\\u6587\\u7248\\u7686\\u53ef\\uff09\",\"type\":\"image\\/png\",\"size\":0,\"file_url\":\"https:\\/\\/see.architdz.com\",\"file_path\":\"\\/var\\/web\\/site\\/public_html\\/wp-content\\/uploads\\/sites\\/17\"},\"hidden_2\":\"Submitted Date\",\"hidden_1\":\"Submitted Time\",\"form_title\":\"Course Enrollment Form\",\"entry_time\":\"2025-01-23 12:08:35\"}",
"compress": false,
"decompress": true,
"sslverify": true,
"sslcertificates": "/var/web/site/public_html/wp-includes/certificates/ca-bundle.crt",
"stream": false,
"filename": null,
"limit_response_size": null,
"_redirection": 5
}