We are evaluating the product.
Currently we have PDF forms that we submit data from using a button in the form and this script:
this.submitForm({cURL: submitUrl, cSubmitAs: “FDF”});
When testing one of these forms in the online Demo, the submit does not work.
Is the embedded submitUrl javascript in a PDF form not supported?
I see there is a SubmitForm action/method. Does this need to be used instead somehow?
Thanks.