Submit button is disabled when clicked

My form is this:

This form is responsible for consulting the delivery of products to customers.
At the beginning of the deployment, I had to add a JS so that when the user clicks the submit button, they open the parameter data in a new tab. This already works!
The problem now occurs: When the user fills in the data and pushes the button, a new tab opens with the parameter data for another link, the page where the form is still open.
If the user goes to the form, changes any given data and tries to make a new query (without refreshing the page), the submit button no longer works, it only works again if the page is refreshed.

How can I make this button work more than once?