Question
PDF Form Javascript Submit Add Authentication
Hi,
We are using PDF forms to submit the whole PDF into our server using the following.
this.submitForm({
cURL:'{serverURL}',
cSubmitAs: 'PDF'
})
We need to implement some authentication over this submit form functionality. Is it possible to implement any authentication over this submit.