OFORM submit data to callback URL

Do you want to: Ask a how-to question
Document Server version:7.5.1
Type of installation of the Document Server (docker, deb/rpm, exe): docker
OS: Windows 10
Browser version: Chrome Version 120.0.6099.71

Is it currently possible to submit an OFROM document, and include all of the form data in a key/value pair to the callback URL.

I added the submit data button in the editor, by changing the “submitForm” value in the configuration.

Now when I press the submit button, the callback is triggered, but the data I get under the key “formdata” always looks the same, and is not the data from my form.

Here is the formdata I get.

Am I doing something wrong, or is this not possible at the moment ?

Hi, I seem to have reproduced the issue you are describing. But the thing is, we are moving from .oform to .pdf format in the next Document Server version 8.0 that is going to be released in a couple weeks. There we will also replace formdata parameter in the callbacks with formsdataurl - a URL to json file containing the form values. You can take a test build from here Docker and check if the issue is reproduced.

1 Like