Open zpike opened 5 years ago
What path are you using?
use the specific url path for submitting forms. http://{domainname}/api/forms/submit/{formname}?token={token}.
add body with json data:
{"form":{ valuepairs}} works great
Even with the correct path it does not work for me.
I tried using forms to submit data, but not working with 404 error. but tried with collections, success. I use postman to test APIs. I use JSON object as the document said, but can not submit any data.