Download Report First Name Last Name Company Name Country Company Email Address jQuery(document).ready(function($){ setTimeout(function() { var pdfUrl = 'https://bla-regulatory.com/wp-content/uploads/2025/03/0320-Clinical-Investigation-in-the-US.pdf'; if(pdfUrl){ $('.hidden_pdf_url').val(pdfUrl); } }, 500); }); function openDownloadForm() { // Show the form when the button is clicked document.getElementById('download-form').style.display = 'block'; } // Handle form submission to trigger download document.addEventListener('wpcf7mailsent', function(event) { var icd_cf7_id = '10661'; [...]