submitForm not working in Edge but IE works

Patnapu, Sudhakar 1 Reputation point
2022-06-10T13:27:38.357+00:00

My App web page display non XFA PDF and user can fill pdf fields, pdf have submitForm button to send form values to servlet and can save to database. This submitForm send form values in HTML so i can get values through request parameters. submitForm Action working in IE browser but its not working on Edge browser. Here is the sample script used behind submit button on PDF.

this.submitForm({ cURL: "/webcontext/Servlet?action=SaveToDB", aFields: null, cSubmitAs: "HTML"});

Is there any alternative to make it work in Edge Browser?

https://ufile.io/wys9nad5

Microsoft Edge
Microsoft Edge
A Microsoft cross-platform web browser that provides privacy, learning, and accessibility tools.
2,149 questions
{count} votes