I have a submit form and want it to open a new window when users submits the form so i can track it on analytics.
Here is the code I\'m using:
No need for Javascript, you just have to add a target="_blank" attribute in your form tag.
target="_blank"