Архивы:
Form Booking
function force_download( file ) { pdf = window.open(file, '', 'left=100,screenX=100'); pdf.document.execCommand('SaveAs', 'null', 'myfile.pdf'); pdf.close(); } on_sent_ok: "force_download('pdf_url_here');"