I need to modify a form submission script to open a PDF in a new tab upon success.
As it stands, when it succeeds, it already shows a notice of thanks and clears the form. I just need the jQuery to open the PDF in a new tab. I've only been able to open a new window with window.open()
, which is promptly blocked as a pop-up.