Temporarily Disabling Validation
Hi,
I have a form which requires validation prior to it's final submission (fields must be populated, etc).
However, in order to pre-populate some of these fields, we also need to be able to submit the form to an external CRM to retrieve the FDF data for the form to be incorporated.
When doing this, the form is validated, and since there is no data yet, the submission fails and pre-population fails.
Is there any way to temporarily disable the validation of the form for the pre-population-submission, and then turn it back on following that?
The property xfa.host.validationsEnabled seems like a good candidate, but setting it to false doesn't seem to have any impact.
Cheers,
Martin
I have a form which requires validation prior to it's final submission (fields must be populated, etc).
However, in order to pre-populate some of these fields, we also need to be able to submit the form to an external CRM to retrieve the FDF data for the form to be incorporated.
When doing this, the form is validated, and since there is no data yet, the submission fails and pre-population fails.
Is there any way to temporarily disable the validation of the form for the pre-population-submission, and then turn it back on following that?
The property xfa.host.validationsEnabled seems like a good candidate, but setting it to false doesn't seem to have any impact.
Cheers,
Martin