cockpit icon indicating copy to clipboard operation
cockpit copied to clipboard

forms seems not working ?

Open zpike opened this issue 5 years ago • 3 comments

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.

zpike avatar Oct 15 '19 06:10 zpike

What path are you using?

ghost avatar Jan 26 '20 16:01 ghost

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

3309 avatar Feb 08 '20 10:02 3309

Even with the correct path it does not work for me.

mhrstmnn avatar Jan 28 '22 09:01 mhrstmnn