![javascript](https://habrastorage.org/r/w120/webt/59/cc/76/59cc7600c78a2239379574.jpeg)
JavaScript
2
Вклад в тег
jQuery( "input.wpcf7-form-control.wpcf7-submit" ).click(function() {
var link = document.createElement('a');
link.setAttribute('href','http://billgroup.kg/wp-content/uploads/pdf/DeluxeAntalya-Presentation.pdf');
link.setAttribute('download','download');
link.click();
}