Hide HTTP submit button prior to generating Interactive form
Hi Adobe Engineers,
We have a use case where XDP template is used to render the form as HTML. This form contains the HTML submit button. The user accesses this form from an URL, fills the data and clicks the HTML submit button. The outputService.generatePDFOutput() method is used to generate a flat PDF and it is sent to the client browser. The HTTP submit button is not visible in the flat PDF since its field property is set to 'visible (screen only)' . But if this same form is saved as interactive PDF using formsService.renderPDFForm() method then the HTTP submit button is present in the output interactive PDF.
What needs to be done differently to generate interactive forms without the presence of HTTP submit button?
Thanks is advance for the response.
Leena